BootstrapGridViewToolbarItemCollection(GridToolbarItem) Constructor
Initializes a new instance of the BootstrapGridViewToolbarItemCollection class with the specified root item.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Parameters
Name | Type | Description |
---|---|---|
rootItem | GridToolbarItem | A GridToolbarItem object that owns the created object. |
See Also