ListCollectionView.CanChangeLiveSorting プロパティ
定義
コレクション ビューがリアルタイムのデータの並べ替えのオンまたはオフをサポートするかどうかを示す値を取得します。Gets a value that indicates whether the collection view supports turning sorting data in real time on or off.
public:
property bool CanChangeLiveSorting { bool get(); };
public bool CanChangeLiveSorting { get; }
member this.CanChangeLiveSorting : bool
Public ReadOnly Property CanChangeLiveSorting As Boolean
プロパティ値
常に true
。true
in all cases.