EntityViewBaseTEntityIBindingListSupportsSorting Property |
Gets whether the list supports sorting.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax bool IBindingList.SupportsSorting { get; }
Private ReadOnly Property SupportsSorting As Boolean
Implements IBindingList.SupportsSorting
Get
Property Value
Type:
BooleanReturn Value
Type:
Booleantrue, sorting is always enabled.
Implements
IBindingListSupportsSortingSee Also