IBindingListView.SupportsAdvancedSorting 属性
定义
获取一个值,指示数据源是否支持高级排序。Gets a value indicating whether the data source supports advanced sorting.
public:
property bool SupportsAdvancedSorting { bool get(); };
public bool SupportsAdvancedSorting { get; }
member this.SupportsAdvancedSorting : bool
Public ReadOnly Property SupportsAdvancedSorting As Boolean
属性值
如果数据源支持高级排序,则为 true;否则为 false。true if the data source supports advanced sorting; otherwise, false.
注解
高级排序是指按多个列进行排序的功能。Advanced sorting refers to the ability to sort by multiple columns.