constructor(visibleIndex, buttonID) Constructor
Initializes a new instance of the ASPxClientCardViewCustomButtonEventArgs class.
Declaration
constructor(
visibleIndex: number,
buttonID: string
)
Parameters
| Name | Type | Description |
|---|---|---|
| visibleIndex | number | The visible index of the card whose custom button has been clicked. This value is assigned to the ASPxClientCardViewCustomButtonEventArgs.visibleIndex property. |
| buttonID | string | An integer value that identifies the clicked custom button. This value is assigned to the ASPxClientCardViewCustomButtonEventArgs.buttonID property. |
See Also