Skip to main content

BootstrapGridViewToolbarItemCollection(GridToolbarItem) Constructor

Initializes a new instance of the BootstrapGridViewToolbarItemCollection class with the specified root item.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public BootstrapGridViewToolbarItemCollection(
    GridToolbarItem rootItem
)

Parameters

Name Type Description
rootItem GridToolbarItem

A GridToolbarItem object that owns the created object.

See Also