Skip to main content
A newer version of this page is available. .

BootstrapGridViewToolbarItemCollection(GridToolbarItem) Constructor

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

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public BootstrapGridViewToolbarItemCollection(
    GridToolbarItem rootItem
)

Parameters

Name Type Description
rootItem GridToolbarItem

A GridToolbarItem object that owns the created object.

See Also