BindingList<T>.IBindingList.SortDirection Property

Definition

For a description of this member, see SortDirection.

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

Property Value

One of the ListSortDirection values.

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the BindingList<T> instance is cast to an IBindingList interface.

Applies to