BindingList<T>.IBindingList.SupportsSorting Propriété

Définition

Pour obtenir une description de ce membre, consultez 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

Valeur de propriété

true si la liste prend en charge le tri ; sinon, false.

Implémente

Remarques

Ce membre est une implémentation d'un membre d'interface explicite. Il peut uniquement être utilisé lorsque l'instance de BindingList<T> est castée en interface IBindingList.

S’applique à