ASPxClientGridViewBatchEditRowValidatingEventArgs Properties
Provides data for the ASPxClientGridView.BatchEditRowValidating event.| Name | Description |
|---|---|
| key | Gets the row’s key. |
| validationInfo | Provides validation information of a row currently being validated. |
| visibleIndex | Gets the processed row’s visible index. |
See Also