Skip to main content
A newer version of this page is available. .

ASPxClientGridViewBatchEditRowValidatingEventArgs Members

Provides data for the ASPxClientGridView.BatchEditRowValidating event.

Constructors

Name Description
constructor(visibleIndex, validationInfo, key) Initializes a new instance of the ASPxClientGridViewBatchEditRowValidatingEventArgs class.

Properties

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