Skip to main content
Tab

ASPxCardViewCustomButtonCallbackEventArgs(String, Int32) Constructor

Initializes a new instance of the ASPxCardViewCustomButtonCallbackEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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