Click or drag to resize
LLBLGenProDataSourceViewBaseCanSort Property
Gets a value indicating whether the DataSourceView object associated with the current DataSourceControl object supports a sorted view on the underlying data source.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses.Web (in SD.LLBLGen.Pro.ORMSupportClasses.Web.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public override bool CanSort { get; }

Property Value

Type: Boolean
Remarks
returns true. If you don't want sorting, disable it in the bound control.
See Also