MVCxFormLayoutItemCollection.AddGroupItem() Method
In This Article
Adds a layout group with default settings to the MVCxFormLayoutItemCollection collection.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public MVCxFormLayoutGroup AddGroupItem()
#Returns
Type | Description |
---|---|
MVCx |
An MVCx |
See Also