Skip to main content
All docs
V19.1

MVCxGridViewLayoutItemCollection.AddTabbedGroupItem(Action<MVCxGridViewTabbedLayoutGroup>) Method

Adds a new tabbed group item to the MVCxGridViewLayoutItemCollection collection and allows you to customize this item in a delegate method implementation.

Namespace: DevExpress.Web.Mvc

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

Declaration

public MVCxGridViewTabbedLayoutGroup AddTabbedGroupItem(
    Action<MVCxGridViewTabbedLayoutGroup> method
)

Parameters

Name Type Description
method Action<MVCxGridViewTabbedLayoutGroup>

A delegate method that accepts the created MVCxGridViewTabbedLayoutGroup as a parameter.

Returns

Type Description
MVCxGridViewTabbedLayoutGroup

A MVCxGridViewTabbedLayoutGroup object that is the newly added tabbed group item.

See Also