Control.Server Property (Typed) | |
The server object that currently connected to this control. If no server is connected, the 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 server object that currently connected to this control. If no server is connected, the value is NIL.
See Also