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

實作

適用於