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

プロパティ値

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

適用対象