Infragistics2.Win.UltraWinListView.v8.1
SortComparer Property
See Also 
Infragistics.Win.UltraWinListView Namespace > UltraListViewColumnBase Class : SortComparer Property

Gets/sets the IComparer implementor that determines the order in which items appear when this UltraListViewColumnBase is sorted.

Syntax

Visual Basic (Declaration) 
Public Property SortComparer As IComparer
C# 
public IComparer SortComparer {get; set;}

Remarks

The Sorting property can be used to rearrange the contents of the UltraListView control's UltraListView.Items collection. When the Sorting property is set, items are sorted based on the value of the UltraListViewItemBase.Text property of the item or sub-item defined by this UltraListViewColumnBase instance.

See Also