1 write to AutoSort
System.Web.Extensions (1)
UI\WebControls\LinqDataSource.cs (1)
111View.AutoSort = value;
2 references to AutoSort
System.Web.Extensions (2)
UI\WebControls\LinqDataSource.cs (1)
108return View.AutoSort;
UI\WebControls\QueryableDataSourceView.cs (1)
450if (CanSort && AutoSort && !String.IsNullOrEmpty(sortExpression)) {