Skip to main content

MVCxFormLayoutItemCollection<ModelType>.AddGroupItem(String) Method

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

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public MVCxFormLayoutGroup<ModelType> AddGroupItem(
    string caption
)

Parameters

Name Type Description
caption String

A layout group caption.

Returns

Type Description
MVCxFormLayoutGroup<ModelType>

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

See Also