ListView.CurrentView Property | |
A symbolic name representing the current view of the list view.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY CurrentView AS USUAL GET
public virtual Usual CurrentView { get; }
Request Example
View SourceProperty Value
Type:
UsualA 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