Gets or sets a color of 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 Color { get; set; } |
Visual Basic |
---|
Public Property Color As Color Get Set |
Visual C++ |
---|
public: property Color Color { Color get (); void set (Color value); } |
F# |
---|
member Color : Color with get, set |
Property Value
Type: ColorThe color.
Remarks
The Grid supports the alpha channel for selected and focused rows and cells.
This prevents from erasing the initial background color for that rows and cells. 255 - opaque, 0 - transparent.