DataWindow.AllowServerClose Property (Typed) | |
A logical value specifying whether the server is automatically closed with the data window. By default, this is set to TRUE in the DataWindow:Init() method.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY AllowServerClose AS LOGIC GET SET
public virtual bool AllowServerClose { get; set; }
Request Example
View SourceProperty Value
Type:
LogicA logical value specifying whether the server is automatically closed with the data window. By default, this is set to TRUE in the DataWindow:Init() method.
See Also