aspnetbootstrap-devexpress-dot-web-dot-bootstrap-3f3e67af.md
Represents a collection of buttons in a button editor.
Namespace : DevExpress.Web.Bootstrap
Assembly : DevExpress.Web.Bootstrap.v25.2.dll
NuGet Package : DevExpress.Web.Bootstrap
public class BootstrapEditButtonCollection :
EditButtonCollection
Public Class BootstrapEditButtonCollection
Inherits EditButtonCollection
The following members return BootstrapEditButtonCollection objects:
Show 15 links
Each button editor holds its buttons within a collection which is represented by an instance of the BootstrapEditButtonCollection class and can be accessed via the editor’s Buttons property. The properties and methods exposed by the BootstrapEditButtonCollection class can be used to perform common collection operations such as adding new or deleting existing items. Each item of the collection is represented by a BootstrapEditButton object. Individual buttons can be accessed using indexer notation or by their display texts using the specific methods of the collection.
Object StateManagedCollectionBase Collection EditButtonCollection BootstrapEditButtonCollection
See Also