DataWindow.BrowserClass Property (Typed) | |
A symbol specifying the class used for the data window's browse mode. Valid values are: #DATABROWSER, #DATALISTVIEW, or any user-defined class.
The default is #DATABROWSER.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY BrowserClass AS SYMBOL GET SET
public virtual Symbol BrowserClass { get; set; }
Request Example
View SourceProperty Value
Type:
Symbol
A symbol specifying the class used for the data window's browse mode. Valid values are: #DATABROWSER, #DATALISTVIEW, or any user-defined class.
The default is #DATABROWSER.
See Also