DataColumn.Caption Property (Typed) | |
A string representing the caption of this data column for use in its caption area.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Caption AS STRING GET SET
public virtual string Caption { get; set; }
Request Example
View SourceProperty Value
Type:
StringA string representing the caption of this data column for use in its caption area.
Remarks
A string representing the caption of this data column for use in its caption area. By default, the data column uses the caption defined in its hyperlabel.
You can specify a caption in a manner similar to the DataBrowser:Caption property (for example, assigning a blank caption ("") causes the caption area to be displayed with no text). Note that the height of the caption area is automatically made large enough to accommodate the captions of all columns in the owning data browser.
See Also