DataColumn.HyperLabel Property (Typed) | |
The hyperlabel connected to this data column.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY HyperLabel AS HyperLabel GET SET
public virtual HyperLabel HyperLabel { get; set; }
Request Example
View SourceProperty Value
Type:
HyperLabelThe hyperlabel connected to this data column.
Remarks
The hyperlabel connected to this data column. From the hyperlabel, you can retrieve additional information about the data column—for example:
1cCaption := oDataColumn:HyperLabel:Caption
2cDescription := oDataColumn:HyperLabel:Description
3cHelpContext := oDataColumn:HyperLabel:HelpContext
See Also