Skip to main content
ON

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ValidateItemEventArgs Properties

Stores arguments for events that trigger when a value is validated.
Name Description
AutoUpdateItemsSource Gets or sets whether the data source associated with the validation context updates automatically when the validation is successful. This is a bindable property.
Context Gets the context or metadata associated with the validation event.
DataChangeType Gets the type of changed data.
IsValid Gets or sets whether the item is valid. This is a bindable property.
IsValidAsync Gets or sets whether the validated item meets the criteria. This is a bindable property.
Item Gets the item validated in the event.
SourceIndex Gets the index of the validated item in the data source.
See Also