Skip to main content
Tab

CardViewLayoutItemCollection.AddTabbedGroup(CardViewTabbedLayoutGroup) Method

Adds the specified tabbed group to the CardViewLayoutItemCollection collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public CardViewTabbedLayoutGroup AddTabbedGroup(
    CardViewTabbedLayoutGroup tabbedGroup
)

#Parameters

Name Type Description
tabbedGroup CardViewTabbedLayoutGroup

A CardViewTabbedLayoutGroup object to add to the layout item collection.

#Returns

Type Description
CardViewTabbedLayoutGroup

A CardViewTabbedLayoutGroup object that is the newly added tabbed group.

See Also