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