Skip to main content
A newer version of this page is available. .

GridViewCustomBindingDataArgsBase(GridViewModel, IList<GridViewGroupInfo>) Constructor

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

Namespace: DevExpress.Web.Mvc

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

Declaration

public GridViewCustomBindingDataArgsBase(
    GridViewModel state,
    IList<GridViewGroupInfo> groupInfoList
)

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.

See Also