EntityViewBaseTEntityIBindingListSupportsSorting Property |
Gets whether the list supports sorting.
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.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