Click or drag to resize

DataWindow.Browser Property (Typed)

X#
The DataBrowser object to use when this data window is displayed in browse view.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY Browser AS DataBrowser GET SET 
Request Example View Source

Property Value

Type: DataBrowser
The DataBrowser object to use when this data window is displayed in browse view.
Remarks
The DataBrowser object to use when this data window is displayed in browse view. A data window does not necessarily need to own a particular data browser. If a data window has no browser and the application chooses to view it in browse mode, X# automatically creates a browser for the window, populating it with one column for each field in the server. The column headings are taken from the server, using the hyperlabels of its fields.
See Also