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

BootstrapButtonEditProperties.Buttons Property

Gets the collection of editor buttons.

Namespace: DevExpress.Web.Bootstrap

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

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.

Remarks

Use the Buttons property to access the collection of editor buttons.

Note

The Buttons property synchronizes its value with the editor’s BootstrapButtonEdit.Buttons property.

See Also