constructor(visibleIndex, validationInfo, key) Constructor
Initializes a new instance of the ASPxClientGridViewBatchEditRowValidatingEventArgs class.
Declaration
constructor(
visibleIndex: number,
validationInfo: any,
key: any
)
Parameters
| Name | Type | Description |
|---|---|---|
| visibleIndex | number | The row’s visible index. |
| validationInfo | any | An object that provides the row’s validation info. |
| key | any | An object that is the row’s key. |
See Also