Back to Devexpress

BootstrapButtonEdit.Buttons Property

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-dot-bootstrapbuttonedit.md

latest1.4 KB
Original Source

BootstrapButtonEdit.Buttons Property

Gets the collection of editor buttons.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapEditButtonCollection Buttons { get; }
vb
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property Buttons As BootstrapEditButtonCollection

Property Value

TypeDescription
BootstrapEditButtonCollection

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

|

See Also

Button Edit

BootstrapButtonEdit Class

BootstrapButtonEdit Members

DevExpress.Web.Bootstrap Namespace