General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
All docs
V19.2
General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
19.2
19.1
18.2
18.1
17.2
BootstrapSpinEdit.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; }
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property Buttons As BootstrapEditButtonCollection
Property Value
Type | Description |
---|---|
BootstrapEditButtonCollection | An BootstrapEditButtonCollection object representing the collection of buttons displayed within the editor. |
See Also
Feedback