ListView.CurrentView Property (Typed) | |
A symbolic name representing the current view of the list view.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY CurrentView AS SYMBOL GET SET
public virtual Symbol CurrentView { get; set; }
Request Example
View SourceProperty Value
Type:
SymbolA symbolic name representing the current view of the list view.
Remarks
A symbolic name representing the current view of the list view. The following are valid views:
- #IconView
- #SmallIconView
- #ListView
- #ReportView
See Also