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

MVCxFormLayoutItemCollection<ModelType>.AddGroupItem() Method

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

Namespace: DevExpress.Web.Mvc

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

Declaration

public MVCxFormLayoutGroup<ModelType> AddGroupItem()

Returns

Type Description
MVCxFormLayoutGroup<ModelType>

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

See Also