Gets or sets the color of the selected Rows.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public Color SelectionColor { get; set; } |
Visual Basic |
---|
Public Property SelectionColor As Color Get Set |
Visual C++ |
---|
public: property Color SelectionColor { Color get (); void set (Color value); } |
F# |
---|
member SelectionColor : Color with get, set |
Property Value
Type: ColorThe color of the selected Row.
Remarks
The Grid supports alpha channel for selected or focused rows and cells.
This approach permits to show the initial background color for that rows and cells.