Skip to main content

BootstrapSpinEdit.Buttons Property

Gets the collection of editor buttons.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapEditButtonCollection Buttons { get; }

Property Value

Type Description
BootstrapEditButtonCollection

An BootstrapEditButtonCollection object representing the collection of buttons displayed within the editor.

See Also