Skip to main content

BootstrapEditButtonCollection.Add(String) Method

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

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v24.1.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