BootstrapButtonEdit.Buttons Property
In This Article
Gets the collection of editor buttons.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
NuGet Package: DevExpress.Web.Bootstrap
#Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapEditButtonCollection Buttons { get; }
#Property Value
Type | Description |
---|---|
Bootstrap |
An Bootstrap |
See Also