constructor(visibleIndex, rowValues, key, focusedColumn) Constructor
In This Article
Initializes a new instance of the ASPxClientGridViewBatchEditEndEditingEventArgs class with specified settings.
#Declaration
TypeScript
constructor(
visibleIndex: number,
rowValues: any,
key: any,
focusedColumn: ASPxClientGridViewColumn
)
#Parameters
Name | Type |
---|---|
visible |
number |
row |
any |
key | any |
focused |
ASPx |
See Also