DataWindow.Browser Property (Typed) | |
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
public virtual DataBrowser Browser { get; set; }
Request Example
View SourceProperty Value
Type:
DataBrowserThe 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