ListView.ColumnOrderArray Property | |
An array of ListViewColumn object symbolic names representing the order of the columns in the list view.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY ColumnOrderArray AS USUAL GET SET
public virtual Usual ColumnOrderArray { get; set; }
Request Example
View SourceProperty Value
Type:
UsualAn array of ListViewColumn object symbolic names representing the order of the columns in the list view.
See Also