Gets the Appearance of the row selector.

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

Syntax

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

Property Value

Type: Appearance
The row selector appearance.

See Also