Version

SortComparer Property

Gets/sets the IComparer implementor that determines the order in which items appear when this UltraListViewColumnBase is sorted.
Syntax
'Declaration
 
Public Property SortComparer As IComparer
public IComparer SortComparer {get; set;}
Remarks

The Sorting property can be used to rearrange the contents of the UltraListView control's 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.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also