Skip to main content

MVCxFormLayoutItemCollection<ModelType>.AddTabbedGroupItem() Method

Adds a tabbed layout group with default settings to the MVCxFormLayoutItemCollection<ModelType> collection.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public MVCxTabbedFormLayoutGroup<ModelType> AddTabbedGroupItem()

Returns

Type Description
MVCxTabbedFormLayoutGroup<ModelType>

An MVCxTabbedFormLayoutGroup<ModelType> object that is the newly added tabbed layout group.

See Also