Gets or sets a row selector image of focuced row.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public Image CurrentRowImage { get; set; }
Visual Basic
Public Property CurrentRowImage As Image
	Get
	Set
Visual C++
public:
property Image^ CurrentRowImage {
	Image^ get ();
	void set (Image^ value);
}
F#
member CurrentRowImage : Image with get, set

Property Value

Type: Image
The row selector image of focuced row.

See Also