DataColumn.Caption Property | |
A string representing the caption of this data column for use in its caption area.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Caption AS USUAL GET SET
public virtual Usual Caption { get; set; }
Request Example
View SourceProperty Value
Type:
UsualA 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