Skip to main content

BootstrapGridViewToolbarItemCollection Class

Represents a collection of a BootstrapGridView‘s toolbar items.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public class BootstrapGridViewToolbarItemCollection :
    GridToolbarItemCollection

The following members return BootstrapGridViewToolbarItemCollection objects:

Remarks

A toolbar within a BootstrapGridView control holds its toolbar items within a collection which is represented by an instance of the BootstrapGridViewToolbarItemCollection class and can be accessed via the BootstrapGridViewToolbar.Items property.

The properties and methods exposed by the BootstrapGridViewToolbarItemCollection class can be used to perform common collection operations such as adding new or deleting existing toolbar items. Each item of the collection is represented by a BootstrapGridViewToolbarItemBase object descendant. Individual toolbar items can be accessed using indexer notation.

See Also