Click or drag to resize

ListView.CurrentView Property (Typed)

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

Property Value

Type: Symbol
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