Base:
property
CanSort
System.Web.UI.DataSourceView.CanSort
1 override of CanSort
System.Web.Extensions (1)
UI\WebControls\LinqDataSourceView.cs (1)
95public override bool CanSort {
1 reference to CanSort
System.Web.Extensions (1)
UI\WebControls\QueryableDataSourceView.cs (1)
450if (CanSort && AutoSort && !String.IsNullOrEmpty(sortExpression)) {