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

BootstrapEditButtonCollection.Add(BootstrapEditButton) Method

Adds the specified button to the collection

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public void Add(
    BootstrapEditButton item
)

Parameters

Name Type Description
item BootstrapEditButton

An BootstrapEditButton object that specifies the button to add to the collection.

See Also