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

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
bool IBindingList.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