ListView.ColumnOrderArray Property (Typed) | |
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
public virtual Array ColumnOrderArray { get; set; }
Request Example
View SourceProperty Value
Type:
ArrayAn array of ListViewColumn object symbolic names representing the order of the columns in the list view.
See Also