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

MVCxFormLayoutItemCollection.AddGroupItem() Method

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

Namespace: DevExpress.Web.Mvc

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

Declaration

public MVCxFormLayoutGroup AddGroupItem()

Returns

Type Description
MVCxFormLayoutGroup

An MVCxFormLayoutGroup object that is the newly added layout group.

See Also