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

MVCxFormLayoutItemCollection.AddGroupItem(String) Method

Adds a layout group with the specified caption to the MVCxFormLayoutItemCollection collection.

Namespace: DevExpress.Web.Mvc

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

Declaration

public MVCxFormLayoutGroup AddGroupItem(
    string caption
)

Parameters

Name Type Description
caption String

A layout group caption.

Returns

Type Description
MVCxFormLayoutGroup

An MVCxFormLayoutGroup object that is the newly added layout group.

See Also