Base:
property
CanSort
System.Web.UI.DataSourceView.CanSort
2 references to CanSort
System.Web (2)
UI\WebControls\SqlDataSourceView.cs (2)
895if (CanSort) { 1431if (!CanSort && ((capability & DataSourceCapabilities.Sort) != 0)) {