CardViewLayoutItemCollection.AddTabbedGroup(String, String) Method
In This Article
Creates a new group with the specified settings and adds it to the CardViewLayoutItemCollection collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#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 |
---|---|
Card |
An Card |
See Also