Skip to main content
A newer version of this page is available.
All docs
V19.1

MVCxCardViewLayoutItemCollection.AddTabbedGroup(String, String) Method

Creates a new group with the specified settings and adds it to the MVCxCardViewLayoutItemCollection collection.

Namespace: DevExpress.Web.Mvc

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

Declaration

public CardViewTabbedLayoutGroup AddTabbedGroup(
    string caption,
    string name
)

Parameters

Name Type Description
caption String

A String value specifying the group caption.

name String

A String value specifying the group name.

Returns

Type Description
CardViewTabbedLayoutGroup

A CardViewTabbedLayoutGroup object that is the newly added group.

See Also