DataBrowser.CurrentColumn Property (Typed) | |
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
public virtual DataColumn CurrentColumn { get; }
Request Example
View SourceProperty Value
Type:
DataColumnThe current data column in the data browser (i.e., the one that contains the cursor).
See Also