IBindingList.SortDirection 属性

定义

获取排序的方向。

public:
 property System::ComponentModel::ListSortDirection SortDirection { System::ComponentModel::ListSortDirection get(); };
public System.ComponentModel.ListSortDirection SortDirection { get; }
member this.SortDirection : System.ComponentModel.ListSortDirection
Public ReadOnly Property SortDirection As ListSortDirection

属性值

ListSortDirection 值之一。

例外

注解

如果 SupportsSortingtrue为 ,则支持此属性;否则,此属性将 NotSupportedException引发 。

适用于