Skip to main content
All docs
V19.1

MVCxGridViewLayoutItemCollection.AddTabbedGroup(GridViewTabbedLayoutGroup) Method

Adds the specified tabbed group to the MVCxGridViewLayoutItemCollection collection.

Namespace: DevExpress.Web.Mvc

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

Declaration

public GridViewTabbedLayoutGroup AddTabbedGroup(
    GridViewTabbedLayoutGroup tabbedGroup
)

Parameters

Name Type Description
tabbedGroup GridViewTabbedLayoutGroup

A GridViewTabbedLayoutGroup object to add to the layout item collection.

Returns

Type Description
GridViewTabbedLayoutGroup

A GridViewTabbedLayoutGroup object that is the newly added tabbed group.

See Also