5 overrides of CanSort
System.Web (3)
UI\WebControls\ModelDataSourceView.cs (1)
107public override bool CanSort {
UI\WebControls\ObjectDataSourceView.cs (1)
126public override bool CanSort {
UI\WebControls\SqlDataSourceView.cs (1)
131public override bool CanSort {
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceView.cs (1)
1246public override bool CanSort
System.Web.Extensions (1)
UI\WebControls\QueryableDataSourceView.cs (1)
143public override bool CanSort {
2 references to CanSort
System.Web (1)
UI\DataSourceView.cs (1)
280if (!CanSort && ((capability & DataSourceCapabilities.Sort) != 0)) {
System.Web.Entity.Design (1)
System\Data\WebControls\Design\EntityDataSourceDesignerHelper.cs (1)
168return view.CanSort;