ICollectionView.CanSort プロパティ

定義

このビューが SortDescriptions プロパティを使用した並べ替えをサポートしているかどうかを示す値を取得します。

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

プロパティ値

true このビューが並べ替えをサポートしている場合。それ以外の場合は false

適用対象

こちらもご覧ください