DataWindow.PreventAutoLayout Property (Typed) | |
A logical value indicating that the AutoLayout behavior of the data window is blocked (TRUE if yes, FALSE if no). An empty data window does not create controls automatically when it first uses a new data server.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY PreventAutoLayout AS LOGIC GET SET
public virtual bool PreventAutoLayout { get; set; }
Request Example
View SourceProperty Value
Type:
LogicA logical value indicating that the AutoLayout behavior of the data window is blocked (TRUE if yes, FALSE if no). An empty data window does not create controls automatically when it first uses a new data server.
See Also