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.12.0.0 (5.12.0)
SyntaxPropertyDescriptor IBindingList.SortProperty { get; }
Private ReadOnly Property SortProperty As PropertyDescriptor
Implements IBindingList.SortProperty
Get
Property Value
Type:
PropertyDescriptorReturn Value
Type:
PropertyDescriptorThe
PropertyDescriptor that is being used for sorting.
Implements
IBindingListSortProperty
ExceptionsException | Condition |
---|
NotSupportedException | SupportsSorting is false. |
See Also