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