BindingListCollectionView.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)

屬性值

true 若啟用即時排序資料; false 若未啟用即時排序; null 若無法判斷集合檢視是否實作即時排序。

實作

例外狀況

適用於