| Visual Basic (Declaration) | |
|---|---|
Public Property SortComparer As IComparer | |
| C# | |
|---|---|
public IComparer SortComparer {get; set;} | |
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.
