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.4.0.0 (5.4.0)
Syntax bool 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
IBindingListViewSupportsAdvancedSortingSee Also