GroupDescription.CustomSort プロパティ

定義

IComparerを実装するオブジェクトを使用してグループを並べ替えるカスタム 比較子を取得または設定します。

public:
 property System::Collections::IComparer ^ CustomSort { System::Collections::IComparer ^ get(); void set(System::Collections::IComparer ^ value); };
public System.Collections.IComparer CustomSort { get; set; }
member this.CustomSort : System.Collections.IComparer with get, set
Public Property CustomSort As IComparer

プロパティ値

IComparerを実装するオブジェクトを使用してグループを並べ替えるカスタム比較子。

注釈

Note

カスタム比較子オブジェクトを設定すると、以前に SortDescriptions設定がクリアされます。

適用対象