Skip to main content

ASPxClientCardViewBatchEditCardValidatingEventArgs Members

Provides data for the ASPxClientCardView.BatchEditCardValidating event.

Constructors

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

Properties

Name Description
validationInfo Provides validation information of a card currently being validated.
visibleIndex Gets the processed card’s visible index.
See Also