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

constructor(visibleIndex, buttonID) Constructor

Initializes a new instance of the ASPxClientVerticalGridCustomButtonEventArgs class.

Declaration

constructor(
    visibleIndex: number,
    buttonID: string
)

Parameters

Name Type Description
visibleIndex number

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

buttonID string

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

See Also