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

实现

例外

适用于