Click or drag to resize

DataColumn.Caption Property

X#
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 
Request Example View Source

Property Value

Type: Usual
A 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