Click or drag to resize

CommandifiedList<T>.IsSorted 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.3.0 (1.3.18.0209)
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

IBindingList.IsSorted
Exceptions
ExceptionCondition
NotSupportedExceptionSupportsSorting is false.
See Also