Click or drag to resize

DataBrowser.CurrentColumn Property (Typed)

X#
The current data column in the data browser (i.e., the one that contains the cursor).

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY CurrentColumn AS DataColumn GET 
Request Example View Source

Property Value

Type: DataColumn
The current data column in the data browser (i.e., the one that contains the cursor).
See Also