Back to Devexpress

BootstrapDropDownEdit.Buttons Property

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

latest1.5 KB
Original Source

BootstrapDropDownEdit.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

Dropdown Edit

BootstrapDropDownEdit Class

BootstrapDropDownEdit Members

DevExpress.Web.Bootstrap Namespace