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

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.v18.2.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