IBindingList.SupportsSorting Proprietà

Definizione

Ottiene un valore che indica se l'elenco supporta l'ordinamento.

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

Valore della proprietà

true se l'elenco supporta l'ordinamento; in caso contrario, false.

Commenti

Se questa proprietà è true, IsSortedSortDirectionSortProperty, , , ApplySorte RemoveSort sono supportate.

Si applica a