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

ASPxGridViewCustomButtonCallbackEventArgs(String, Int32) Constructor

Initializes a new instance of the ASPxGridViewCustomButtonCallbackEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public ASPxGridViewCustomButtonCallbackEventArgs(
    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 displayed within a command column cell. This value is assigned to the ASPxGridCustomButtonCallbackEventArgs.VisibleIndex property.

See Also