Click or drag to resize

ListView.CurrentView Property

X#
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 
Request Example View Source

Property Value

Type: Usual
A 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