IBindingList.SortDirection Property

Definition

Gets the direction of the sort.

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

Property Value

One of the ListSortDirection values.

Exceptions

Remarks

This property is supported if SupportsSorting is true; otherwise, this property throws a NotSupportedException.

Applies to