| 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.1.0.0 (5.1.0)
Syntaxbool 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
IBindingListSupportsSorting
See Also