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

BootstrapCardViewCustomCommandButtonCollection Class

Represents the collection of custom command buttons.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v20.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public class BootstrapCardViewCustomCommandButtonCollection :
    CardViewCustomCommandButtonCollection

The following members return BootstrapCardViewCustomCommandButtonCollection objects:

Remarks

Command columns store their custom buttons within the BootstrapCardViewCommandLayoutItem.CustomButtons collection. This collection is represented by the BootstrapCardViewCustomCommandButtonCollection class. Members of this class can be used to add, delete, access individual buttons and perform other common collection management tasks.

See Also