Version

Sort(Sorting) Method

Sorts this UltraListViewGroupsCollection based on the specified sortOrder.
Syntax
'Declaration
 
Public Overloads Sub Sort( _
   ByVal sortOrder As Sorting _
) 
public void Sort( 
   Sorting sortOrder
)

Parameters

sortOrder
The Sorting constant which determines the sort order, i.e., ascending or descending.
Remarks

The collection is sorted based on the value of each UltraListViewGroup instance's Text property.

The Sort method is overloaded so that the caller can specify a custom IComparer implementation which determines the sort order for the groups.

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