GridViewLayoutItemCollection.AddGroup(String) Method
In This Article
Creates a new group with the specified caption and adds it to the GridViewLayoutItemCollection collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public GridViewLayoutGroup AddGroup(
string caption
)
#Parameters
Name | Type | Description |
---|---|---|
caption | String | A String value specifying the group caption. |
#Returns
Type | Description |
---|---|
Grid |
An Grid |
See Also