MVCxGridViewLayoutItemCollection<ModelType>.AddGroupItem(String) Method
Adds a new group item with the specified caption to the MVCxGridViewLayoutItemCollection<ModelType> collection.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
Name | Type | Description |
---|---|---|
caption | String | A String value specifying the group item caption. |
Returns
Type | Description |
---|---|
MVCxGridViewLayoutGroup<ModelType> | An MVCxGridViewLayoutGroup<ModelType> object that is the newly added layout group item. |
See Also