DataWindow.Browser Property | |
The DataBrowser object to use when this data window is displayed in browse view.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Browser AS USUAL GET SET
public virtual Usual Browser { get; set; }
Request Example
View SourceProperty Value
Type:
UsualThe 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