Click or drag to resize

EntityViewBaseTEntityIsSorted 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.5.0.0 (5.5.18.1019)
Syntax
public bool IsSorted { get; set; }

Property Value

Type: Boolean

Return Value

Type: Boolean
true if ApplySort(PropertyDescriptor, ListSortDirection) has been called and RemoveSort has not been called; otherwise, false.
Exceptions
ExceptionCondition
NotSupportedExceptionSupportsSorting is false.
See Also