BindingList<T>.IBindingList.SupportsSorting Property

Definition

For a description of this member, see SupportsSorting.

property bool System::ComponentModel::IBindingList::SupportsSorting { bool get(); };
bool System.ComponentModel.IBindingList.SupportsSorting { get; }
member this.System.ComponentModel.IBindingList.SupportsSorting : bool
 ReadOnly Property SupportsSorting As Boolean Implements IBindingList.SupportsSorting

Property Value

true if the list supports sorting; otherwise, false.

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