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.3.0.0 (5.3.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