DataWindow.Server Property (Typed) | |
The DataServer object currently connected to this data window. If no server is connected, this value is NIL.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Server AS DataServer GET
public virtual DataServer Server { get; }
Request Example
View SourceProperty Value
Type:
DataServerThe DataServer object currently connected to this data window. If no server is connected, this value is NIL.
See Also