Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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