4 references to GroupByParameters
System.Web.Extensions (4)
UI\WebControls\LinqDataSource.cs (1)
223return View.GroupByParameters;
UI\WebControls\QueryableDataSource.cs (1)
97View.GroupByParameters.UpdateValues(Context, this);
UI\WebControls\QueryableDataSourceView.cs (2)
344IDictionary<string, object> groupByParameters = GroupByParameters.ToDictionary(_context, _owner); 485((IStateManager)GroupByParameters).LoadViewState(myState[2]);