Back to Devexpress

BootstrapEditButtonCollection Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-3f3e67af.md

latest3.7 KB
Original Source

BootstrapEditButtonCollection Class

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

Declaration

csharp
public class BootstrapEditButtonCollection :
    EditButtonCollection
vb
Public Class BootstrapEditButtonCollection
    Inherits EditButtonCollection

The following members return BootstrapEditButtonCollection objects:

Show 15 links

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

Object StateManagedCollectionBase Collection EditButtonCollection BootstrapEditButtonCollection

See Also

BootstrapEditButtonCollection Members

BootstrapEditButton

DevExpress.Web.Bootstrap Namespace