GroupDescription::CustomSort Property

 

Gets or sets a custom comparer that sorts groups using an object that implements IComparer.

Namespace:   System.ComponentModel
Assembly:  WindowsBase (in WindowsBase.dll)

public:
property IComparer^ CustomSort {
	IComparer^ get();
	void set(IComparer^ value);
}

Property Value

Type: System.Collections::IComparer^

A custom comparer that sorts groups using an object that implements IComparer.

System_CAPS_noteNote

Setting the custom comparer object will clear previously set SortDescriptions.

.NET Framework
Available since 4.6.2
Return to top
Show: