Skip to main content

MVCxGridViewLayoutItemCollection<ModelType>.AddTabbedGroupItem(String) Method

Adds a tabbed group item with the specified caption to the MVCxGridViewLayoutItemCollection<ModelType> collection and binds this item to the specified Model field.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public MVCxGridViewTabbedLayoutGroup<ModelType> AddTabbedGroupItem(
    string caption
)

Parameters

Name Type Description
caption String

A String value specifying the item caption.

Returns

Type Description
MVCxGridViewTabbedLayoutGroup<ModelType>

An MVCxGridViewTabbedLayoutGroup<ModelType> object that is the newly added tabbed group item.

Remarks

Use the AddTabbedGroupItem method to add a tabbed layout group bound to the specified Model field.

Refer to the Binding to Data and Item Manipulation topics to learn more.

See Also