Skip to main content

BootstrapToolbarItemCollection.Add() Method

Adds a new toolbar item to the end of the collection and returns the newly created object.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public BootstrapToolbarItem Add()

Returns

Type Description
BootstrapToolbarItem

A BootstrapToolbarItem object representing the newly created toolbar item.

See Also