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

BootstrapEditButtonCollection.Add(String) Method

Adds a new button with the specified text to the collection.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public void Add(
    string text
)

Parameters

Name Type Description
text String

A string value specifying the button text.

See Also