Skip to main content

constructor(visibleIndex, buttonID) Constructor

Initializes a new instance of the ASPxClientGridViewCustomButtonEventArgs class.

Declaration

constructor(
    visibleIndex: number,
    buttonID: string
)

Parameters

Name Type Description
visibleIndex number

THe visible index of 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