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

BootstrapCardViewCustomCommandButton Class

Represents a custom command button.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public class BootstrapCardViewCustomCommandButton :
    CardViewCustomCommandButton

Remarks

Command columns can display custom buttons. These buttons are stored within the BootstrapCardViewCommandLayoutItem.CustomButtons collection.

Custom buttons are represented by the BootstrapCardViewCustomCommandButton objects.

Related members:

See Also