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スローします。

適用対象