4 references to OrderGroupsByParameters
System.Web.Extensions (4)
UI\WebControls\LinqDataSource.cs (1)
293return View.OrderGroupsByParameters;
UI\WebControls\QueryableDataSource.cs (1)
96View.OrderGroupsByParameters.UpdateValues(Context, this);
UI\WebControls\QueryableDataSourceView.cs (2)
342IDictionary<string, object> orderGroupsByParameters = OrderGroupsByParameters.ToDictionary(_context, _owner); 488((IStateManager)OrderGroupsByParameters).LoadViewState(myState[3]);