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

ASPxVerticalGridCustomButtonCallbackEventArgs(String, Int32) Constructor

Initializes a new instance of the ASPxVerticalGridCustomButtonCallbackEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public ASPxVerticalGridCustomButtonCallbackEventArgs(
    string buttonID,
    int visibleIndex
)

Parameters

Name Type Description
buttonID String

A String value that identifies the record 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 row cell. This value is assigned to the ASPxGridCustomButtonCallbackEventArgs.VisibleIndex property.

See Also