Back to Devexpress

BootstrapCardViewCustomCommandButtonCollection Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-2fd5ef4e.md

latest2.2 KB
Original Source

BootstrapCardViewCustomCommandButtonCollection Class

Represents the collection of custom command buttons.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public class BootstrapCardViewCustomCommandButtonCollection :
    CardViewCustomCommandButtonCollection
vb
Public Class BootstrapCardViewCustomCommandButtonCollection
    Inherits 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.

Inheritance

Object StateManagedCollectionBase Collection Collection<CardViewCustomCommandButton> CardViewCustomCommandButtonCollection BootstrapCardViewCustomCommandButtonCollection

See Also

BootstrapCardViewCustomCommandButtonCollection Members

DevExpress.Web.Bootstrap Namespace