DataColumn.CellBackground Property | |
The Brush object used to paint the background of a cell if DataColumn:EnableCellDraw has been called.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY CellBackground AS USUAL GET SET
public virtual Usual CellBackground { get; set; }
Request Example
View SourceProperty Value
Type:
UsualThe Brush object used to paint the background of a cell if DataColumn:EnableCellDraw has been called.
Remarks
The Brush object used to paint the background of a cell if DataColumn:EnableCellDraw has been called. This object should not be a local variable of the cell-painting method supplied to DataColumn:EnableCellDraw.
See Also