BootstrapEditButtonCollection.Add(BootstrapEditButton) Method
Adds the specified button to the collection
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v25.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| item | BootstrapEditButton | An BootstrapEditButton object that specifies the button to add to the collection. |
See Also