Click or drag to resize
EntityViewBaseTEntityIBindingListSortDirection Property
Gets the direction of the sort.

Namespace: SD.LLBLGen.Pro.ORMSupportClasses
Assembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax
ListSortDirection IBindingList.SortDirection { get; }

Property Value

Type: ListSortDirection

Return Value

Type: ListSortDirection
One of the ListSortDirection values.

Implements

IBindingListSortDirection
Exceptions
ExceptionCondition
NotSupportedExceptionSupportsSorting is false.
See Also