Skip to main content
A newer version of this page is available. .

MVCxFormLayoutItemCollection.AddTabbedGroupItem() Method

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

Namespace: DevExpress.Web.Mvc

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

Declaration

public MVCxTabbedFormLayoutGroup AddTabbedGroupItem()

Returns

Type Description
MVCxTabbedFormLayoutGroup

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

See Also