Skip to main content

BootstrapGridViewToolbarItemCollection.Add(String) Method

Adds a new item to the collection and specifies the item’s display text.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public BootstrapGridViewToolbarItem Add(
    string text
)

Parameters

Name Type Description
text String

A String value specifying the item’s display text. Initializes the item’s MenuItem.Text property.

Returns

Type Description
BootstrapGridViewToolbarItem

A BootstrapGridViewToolbarItem object representing the newly created item.

See Also