IBindingList.SupportsSorting Propriedade

Definição

Obtém se a lista dá suporte à classificação.

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

Valor da propriedade

true se a lista der suporte à classificação; caso contrário, false.

Comentários

Se essa propriedade fortrue, entãoIsSorted, , SortDirectionSortProperty, e ApplySortRemoveSort tiver suporte.

Aplica-se a