Skip to main content
A newer version of this page is available.
All docs
V18.2

MVCxGridViewLayoutItemCollection.AddTabbedGroup(String) Method

Creates a new group with the specified caption and adds it to the MVCxGridViewLayoutItemCollection collection.

Namespace: DevExpress.Web.Mvc

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

Declaration

public GridViewTabbedLayoutGroup AddTabbedGroup(
    string caption
)

Parameters

Name Type Description
caption String

A String value specifying the group caption.

Returns

Type Description
GridViewTabbedLayoutGroup

An GridViewTabbedLayoutGroup object that is the newly added group.

See Also