ItemCollection.IsLiveSorting プロパティ

定義

リアルタイムでの並べ替えが有効かどうかを示す値を取得または設定します。

public:
 property Nullable<bool> IsLiveSorting { Nullable<bool> get(); void set(Nullable<bool> value); };
public bool? IsLiveSorting { get; set; }
member this.IsLiveSorting : Nullable<bool> with get, set
Public Property IsLiveSorting As Nullable(Of Boolean)

プロパティ値

Nullable<Boolean>

リアルタイムのデータの並べ替えが有効になっている場合は true。ライブ並べ替えが有効になっていない場合は false。コレクション ビューがライブ並べ替えを実装しているかどうかを特定できない場合は null

実装

適用対象