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