BindingListCollectionView.CanSort プロパティ

定義

コレクションが並べ替えをサポートするかどうかを示す値を取得します。

public:
 virtual property bool CanSort { bool get(); };
public override bool CanSort { get; }
member this.CanSort : bool
Public Overrides ReadOnly Property CanSort As Boolean

プロパティ値

Boolean

BindingListCollectionView の既定インスタンスに対して、このプロパティは常に true を返します。

適用対象