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

ASPxCardViewCustomButtonCallbackEventArgs(String, Int32) Constructor

Initializes a new instance of the ASPxCardViewCustomButtonCallbackEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public ASPxCardViewCustomButtonCallbackEventArgs(
    string buttonID,
    int visibleIndex
)

Parameters

Name Type Description
buttonID String

A String value that identifies the data row which contains the clicked custom button. This value is assigned to the ASPxGridCustomButtonCallbackEventArgs.ButtonID property.

visibleIndex Int32

An integer value that specifies the button’s position among the command buttons. This value is assigned to the ASPxGridCustomButtonCallbackEventArgs.VisibleIndex property.

See Also