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

constructor(visibleIndex, buttonID) Constructor

Initializes a new instance of the ASPxClientGridViewCustomButtonEventArgs class.

Declaration

constructor(
    visibleIndex: number,
    buttonID: string
)

Parameters

Name Type Description
visibleIndex number

An integer value that identifies the row whose custom button has been clicked. This value is assigned to the ASPxClientGridViewCustomButtonEventArgs.visibleIndex property.

buttonID string

An integer value that identifies the clicked custom button. This value is assigned to the ASPxClientGridViewCustomButtonEventArgs.buttonID property.

See Also