BindingList<T>.SortDirectionCore 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取列表的排序方向。
protected:
virtual property System::ComponentModel::ListSortDirection SortDirectionCore { System::ComponentModel::ListSortDirection get(); };
protected virtual System.ComponentModel.ListSortDirection SortDirectionCore { get; }
member this.SortDirectionCore : System.ComponentModel.ListSortDirection
Protected Overridable ReadOnly Property SortDirectionCore As ListSortDirection
属性值
ListSortDirection 值之一。 默认值为 Ascending。
注解
类 BindingList<T> 不提供排序的基本实现,因此 SortDirectionCore 默认始终返回 Ascending 。 有关排序的详细信息,请参阅 ApplySort 方法。