ListCollectionView.CanSort プロパティ

定義

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

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

プロパティ値

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

適用対象