DataColumn.TextColor Property (Typed) | |
The text color to be used for the text area of this data column.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY TextColor AS Color GET SET
public virtual Color TextColor { get; set; }
Request Example
View SourceProperty Value
Type:
ColorThe text color to be used for the text area of this data column.
See Also