Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
bool IBindingListView.SupportsAdvancedSorting { get; }

Property Value

Type: Boolean

Return Value

Type: Boolean
true if the data source supports advanced sorting; otherwise, false.

Implements

IBindingListViewSupportsAdvancedSorting
See Also