EntityViewBaseTEntityIBindingListViewSupportsAdvancedSorting Property  | 
 
            Gets a value indicating whether the data source supports advanced sorting.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.10.0.0 (5.10.0)
Syntaxbool IBindingListView.SupportsAdvancedSorting { get; }Private ReadOnly Property SupportsAdvancedSorting As Boolean
	Implements IBindingListView.SupportsAdvancedSorting
	Get
Property Value
Type: 
BooleanReturn Value
Type: 
Booleantrue if the data source supports advanced sorting; otherwise, false. 
Implements
IBindingListViewSupportsAdvancedSorting
See Also