A newer version of this page is available.
MVCxCardViewLayoutItemCollection.AddTabbedGroup(CardViewTabbedLayoutGroup) Method
Adds the specified tabbed group to the MVCxCardViewLayoutItemCollection collection.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v18.2.dll
Declaration
public CardViewTabbedLayoutGroup AddTabbedGroup(
CardViewTabbedLayoutGroup tabbedGroup
)
Public Function AddTabbedGroup(
tabbedGroup As CardViewTabbedLayoutGroup
) As CardViewTabbedLayoutGroup
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
Feedback