Skip to main content
A newer version of this page is available. .

BootstrapEditButtonCollection Class

Represents a collection of buttons in a button editor.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

public class BootstrapEditButtonCollection :
    EditButtonCollection

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.

Inheritance

See Also