Gets or sets the background color of cells belonging to this column.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
| C# |
|---|
public Color CellBackColor { get; set; } |
| Visual Basic |
|---|
Public Property CellBackColor As Color
Get
Set |
| Visual C++ |
|---|
public:
property Color CellBackColor {
Color get ();
void set (Color value);
} |
| F# |
|---|
member CellBackColor : Color with get, set
|
Property Value
Type:
ColorBackground color of cells belonging to this column. The color may have an Alpha-coefficient
See Also