FilterableListView.ListViewItemSorter Property
Gets or sets the sorting comparer for the control.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public IComparer ListViewItemSorter { get; set; }
public:
property IComparer^ ListViewItemSorter {
IComparer^ get();
void set(IComparer^ value);
}
Public Property ListViewItemSorter As IComparer
Property Value
Type: System.Collections.IComparer
The sorting comparer.
See Also
FilterableListView Class
Microsoft.WindowsServerSolutions.Common Namespace
Return to top