constructor(visibleIndex, buttonID) Constructor
Initializes a new instance of the ASPxClientVerticalGridCustomButtonEventArgs class.
Declaration
constructor(
visibleIndex: number,
buttonID: string
)
Parameters
Name | Type | Description |
---|---|---|
visibleIndex | number | The visible index of 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