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

属性值

如果启用了实时排序数据,则为 如果未启用实时排序, 则为如果无法确定集合视图是否实现实时排序,则为

实现

例外

IsLiveFiltering 不能设置为 null.

适用于