DataColumn.CellTextColor Property (Typed) | |
The Color object used to paint the text in 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 CellTextColor AS Color GET SET
public virtual Color CellTextColor { get; set; }
Request Example
View SourceProperty Value
Type:
ColorThe Color object used to paint the text in a cell if DataColumn:EnableCellDraw has been called.
Remarks
The Color object used to paint the text in 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