DataWindow.BrowserClass Property | |
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:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY BrowserClass AS USUAL GET SET
public virtual Usual BrowserClass { get; set; }
Request Example
View SourceProperty Value
Type:
Usual
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