Click or drag to resize
EntityViewBaseTEntityIBindingListSortProperty Property
Gets the PropertyDescriptor that is being used for sorting.

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
PropertyDescriptor IBindingList.SortProperty { get; }

Property Value

Type: PropertyDescriptor

Return Value

Type: PropertyDescriptor
The PropertyDescriptor that is being used for sorting.

Implements

IBindingListSortProperty
Exceptions
ExceptionCondition
NotSupportedExceptionSupportsSorting is false.
See Also