GridViewLayoutItemCollection.AddTabbedGroup(GridViewTabbedLayoutGroup) Method
Adds the specified tabbed group to the GridViewLayoutItemCollection collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| tabbedGroup | GridViewTabbedLayoutGroup | A GridViewTabbedLayoutGroup object to add to the layout item collection. |
Returns
| Type | Description |
|---|---|
| GridViewTabbedLayoutGroup | A GridViewTabbedLayoutGroup object that is the newly added tabbed group. |
See Also