BindingSource.SupportsAdvancedSorting 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个值,它指示数据源是否支持多列排序。
public:
virtual property bool SupportsAdvancedSorting { bool get(); };
[System.ComponentModel.Browsable(false)]
public virtual bool SupportsAdvancedSorting { get; }
[<System.ComponentModel.Browsable(false)>]
member this.SupportsAdvancedSorting : bool
Public Overridable ReadOnly Property SupportsAdvancedSorting As Boolean
属性值
如果列表是 IBindingListView 并且支持多列排序,则为 true
;否则为 false
。
实现
- 属性
注解
如果列表不是 ,IBindingListViewSupportsAdvancedSorting则始终返回 false
。