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