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.12.0.0 (5.12.0)
Syntaxbool IBindingList.IsSorted { get; }
Private ReadOnly Property IsSorted As Boolean
Implements IBindingList.IsSorted
Get
Property Value
Type:
BooleanReturn Value
Type:
Booleantrue if
ApplySort(PropertyDescriptor, ListSortDirection) has been called and
RemoveSort has not been called; otherwise, false.
Implements
IBindingListIsSorted
ExceptionsException | Condition |
---|
NotSupportedException | SupportsSorting is false. |
See Also