| 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)
Syntaxpublic override bool CanSort { get; }Public Overrides ReadOnly Property CanSort As Boolean
	Get
Property Value
Type: 
Boolean
Remarksreturns true. If you don't want sorting, disable it in the bound control.
See Also