Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public BootstrapEditButton Add()

Returns

Type Description
BootstrapEditButton

An BootstrapEditButton object that represents the newly created button.

See Also