MVCxFormLayoutItemCollection.AddTabbedGroupItem<ValueType>(String) Method
In This Article
Adds a tabbed layout group with the specified caption to the MVCxFormLayoutItemCollection collection.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public MVCxTabbedFormLayoutGroup AddTabbedGroupItem<ValueType>(
string caption
)
#Parameters
Name | Type | Description |
---|---|---|
caption | String | A layout group caption. |
#Type Parameters
Name |
---|
Value |
#Returns
Type | Description |
---|---|
MVCx |
An MVCx |
See Also