DataColumn.CellBackground Property (Typed) | |
The Brush object used to paint the background of a cell if DataColumn:EnableCellDraw has been called.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY CellBackground AS Brush GET SET
public virtual Brush CellBackground { get; set; }
Request Example
View SourceProperty Value
Type:
BrushThe 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