CardViewLayoutItemCollection.AddTabbedGroup(CardViewTabbedLayoutGroup) Method
In This Article
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 |
---|---|---|
tabbed |
Card |
A Card |
#Returns
Type | Description |
---|---|
Card |
A Card |
See Also