Click or drag to resize

ListView.ColumnOrderArray Property (Typed)

X#
An array of ListViewColumn object symbolic names representing the order of the columns in the list view.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY ColumnOrderArray AS ARRAY GET SET 
Request Example View Source

Property Value

Type: Array
An array of ListViewColumn object symbolic names representing the order of the columns in the list view.
See Also