GridViewLayoutItemCollection.AddGroup(GridViewLayoutGroup) Method
In This Article
Adds the specified group to the GridViewLayoutItemCollection collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public GridViewLayoutGroup AddGroup(
GridViewLayoutGroup layoutGroup
)
#Parameters
Name | Type | Description |
---|---|---|
layout |
Grid |
A Grid |
#Returns
Type | Description |
---|---|
Grid |
A Grid |
See Also