Skip to main content
All docs
V19.1

MVCxGridViewLayoutItemCollection.AddGroup(GridViewLayoutGroup) Method

Adds the specified group to the MVCxGridViewLayoutItemCollection collection.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.1.dll

Declaration

public GridViewLayoutGroup AddGroup(
    GridViewLayoutGroup layoutGroup
)

Parameters

Name Type Description
layoutGroup GridViewLayoutGroup

A GridViewLayoutGroup object to add to the layout item collection.

Returns

Type Description
GridViewLayoutGroup

A GridViewLayoutGroup object that is the newly added layout group.

See Also