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

BootstrapEditButtonCollection.Add() Method

Adds a new button to the collection and returns the newly created button object.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public BootstrapEditButton Add()

Returns

Type Description
BootstrapEditButton

An BootstrapEditButton object that represents the newly created button.

See Also