GridViewCustomBindingGetGroupingInfoArgs(GridViewModel, IList<GridViewGroupInfo>, String, ColumnSortOrder) Constructor
In This Article
Initializes a new instance of the GridViewCustomBindingGetGroupingInfoArgs class with the specified settings.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public GridViewCustomBindingGetGroupingInfoArgs(
GridViewModel state,
IList<GridViewGroupInfo> groupInfoList,
string fieldName,
ColumnSortOrder sortOrder
)
#Parameters
Name | Type | Description |
---|---|---|
state | Grid |
A Grid |
group |
IList<Grid |
A list of Grid |
field |
String | The data field name identifying a grid column that relates to the processed grouping operation. |
sort |
Column |
A Column |
See Also