IBindingList.SortDirection プロパティ

定義

並べ替えの方向を取得します。

public:
 property System::ComponentModel::ListSortDirection SortDirection { System::ComponentModel::ListSortDirection get(); };
public System.ComponentModel.ListSortDirection SortDirection { get; }
member this.SortDirection : System.ComponentModel.ListSortDirection
Public ReadOnly Property SortDirection As ListSortDirection

プロパティ値

ListSortDirection値の 1 つ。

例外

注釈

このプロパティは、 SupportsSortingtrueされている場合にサポートされます。それ以外の場合、このプロパティは NotSupportedExceptionをスローします。

適用対象