GridViewLayoutItemCollection.AddTabbedGroup(String, String) Method
Creates a new group with the specified settings and adds it to the GridViewLayoutItemCollection collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
caption | String | A String value specifying the group caption. |
name | String | A String value specifying the group name. |
Returns
Type | Description |
---|---|
GridViewTabbedLayoutGroup | An GridViewTabbedLayoutGroup object that is the newly added group. |
See Also