Skip to main content

GridViewCustomBindingGetGroupingInfoArgs(GridViewModel, IList<GridViewGroupInfo>, String, ColumnSortOrder) Constructor

Initializes a new instance of the GridViewCustomBindingGetGroupingInfoArgs class with the specified settings.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public GridViewCustomBindingGetGroupingInfoArgs(
    GridViewModel state,
    IList<GridViewGroupInfo> groupInfoList,
    string fieldName,
    ColumnSortOrder sortOrder
)

Parameters

Name Type Description
state GridViewModel

A GridViewModel object that represents the current state of the GridView view model.

groupInfoList IList<GridViewGroupInfo>

A list of GridViewGroupInfo objects containing information about the currently applied grouping.

fieldName String

The data field name identifying a grid column that relates to the processed grouping operation.

sortOrder ColumnSortOrder

A ColumnSortOrder enumeration value specifying the sort order applied to the processed column.

See Also