Click or drag to resize

ListViewSorting Property

Gets or sets the sort order for items in the control.

Namespace:  ABB.Robotics.Tps.Windows.Forms
Assembly:  ABB.Robotics.Tps.Windows.Forms (in ABB.Robotics.Tps.Windows.Forms.dll) Version: 6.5.129.0
Syntax
C#
public SortOrder Sorting { get; set; }

Property Value

Type: SortOrder
One of the SortOrder values. The default is SortOrder.Ascending.
See Also