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