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.)
            
 (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
 Syntax
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: 
AppearanceThe 
Appearance.
 See Also
See Also