BindingSource.SortDirection 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取列表中项的排序方向。
public:
virtual property System::ComponentModel::ListSortDirection SortDirection { System::ComponentModel::ListSortDirection get(); };
[System.ComponentModel.Browsable(false)]
public virtual System.ComponentModel.ListSortDirection SortDirection { get; }
[<System.ComponentModel.Browsable(false)>]
member this.SortDirection : System.ComponentModel.ListSortDirection
Public Overridable ReadOnly Property SortDirection As ListSortDirection
属性值
指示列表排序方向的 ListSortDirection 值之一。
实现
- 属性
注解
如果基础列表不是 IBindingList,属性 SortDirection 将始终返回 Ascending。