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

ASPxCardViewCustomCommandButtonEventArgs(CardViewCustomCommandButton, Int32, Boolean) Constructor

Initializes a new instance of the ASPxCardViewCustomCommandButtonEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public ASPxCardViewCustomCommandButtonEventArgs(
    CardViewCustomCommandButton button,
    int visibleIndex,
    bool isEditingCard
)

Parameters

Name Type Description
button CardViewCustomCommandButton

A CardViewCustomCommandButton 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