BootstrapEditButtonCollection Class
Represents a collection of buttons in a button editor.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Related API Members
The following members return BootstrapEditButtonCollection objects:
Remarks
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.