IBindingList.SupportsSorting Proprietà

Definizione

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, , IsSortedSortPropertySortDirection, , ApplySorte RemoveSort sono supportate.

Si applica a