CollectionView.CanSort プロパティ

定義

ビューが並べ替えをサポートするかどうかを示す値を取得します。

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

プロパティ値

常に false

実装

注釈

このプロパティを使用して、 を追加 SortDescriptionsする前にビューで並べ替えがサポートされているかどうかをテストします。 派生クラスは、並べ替えをサポートするかどうかを示すために、このプロパティをオーバーライドします。

適用対象