DataWindow.CurrentView Property (Typed) | |
A symbol representing the view mode of the data window, as #BrowseView or #FormView.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY CurrentView AS SYMBOL GET
public virtual Symbol CurrentView { get; }
Request Example
View SourceProperty Value
Type:
SymbolA symbol representing the view mode of the data window, as #BrowseView or #FormView.
See Also