IBindingList.SupportsSorting Propriété

Définition

Obtient une valeur indiquant si la liste prend en charge le tri.

public:
 property bool SupportsSorting { bool get(); };
public bool SupportsSorting { get; }
member this.SupportsSorting : bool
Public ReadOnly Property SupportsSorting As Boolean

Valeur de propriété

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

Remarques

Si cette propriété est true, , IsSortedSortProperty, SortDirectionApplySortet RemoveSort sont pris en charge.

S’applique à