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

BootstrapCardViewCustomCommandButtonEventArgs(BootstrapCardViewCustomCommandButton, Int32, Boolean) Constructor

Initializes a new instance of the BootstrapCardViewCustomCommandButtonEventArgs class.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public BootstrapCardViewCustomCommandButtonEventArgs(
    BootstrapCardViewCustomCommandButton button,
    int visibleIndex,
    bool isEditingCard
)

Parameters

Name Type Description
button BootstrapCardViewCustomCommandButton

A BootstrapCardViewCustomCommandButton object that represents the custom button currently being initialized.

visibleIndex Int32

An integer value that identifies the data item by its visible index. This value is assigned to the ASPxClientCardViewCustomButtonEventArgs.visibleIndex property.

isEditingCard Boolean

true if the processed custom button is displayed within the data item currently being edited; otherwise, false.

See Also