Click or drag to resize
CommandifiedListTIsSorted Property
Gets whether the items in the list are sorted.

Namespace:  SD.Tools.Algorithmia.GeneralDataStructures
Assembly:  SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.3.0.0 (1.3.17.0314)
Syntax
public virtual bool IsSorted { get; }

Property Value

Type: Boolean

Return Value

Type: Boolean
true if ApplySort(PropertyDescriptor, ListSortDirection) has been called and RemoveSort has not been called; otherwise, false.

Implements

IBindingListIsSorted
Exceptions
ExceptionCondition
NotSupportedExceptionSupportsSorting is false.
See Also