DataColumn.Owner Property (Typed) | |
The data browser that owns this data column.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Owner AS DataBrowser GET
public virtual DataBrowser Owner { get; }
Request Example
View SourceProperty Value
Type:
DataBrowserThe data browser that owns this data column.
See Also