Gets the default Appearance of the row selector (visual element on the left side of the Grid, which permits to manipulate the Rows, change their height, select them, show related images, etc.)

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

Syntax

C#
public Appearance RowSelector { get; }
Visual Basic
Public ReadOnly Property RowSelector As Appearance
	Get
Visual C++
public:
property Appearance^ RowSelector {
	Appearance^ get ();
}
F#
member RowSelector : Appearance with get

Property Value

Type: Appearance
The Appearance.

See Also