Back to Devexpress

ValidateItemEventArgs Properties

maui-devexpress-dot-maui-dot-core-dot-validateitemeventargs-dot-underscore-properties.md

latest1.4 KB
Original Source

ValidateItemEventArgs Properties

Stores arguments for events that trigger when a value is validated.

NameDescription
AutoUpdateItemsSourceGets or sets whether the data source associated with the validation context updates automatically when the validation is successful. This is a bindable property.
ContextGets the context or metadata associated with the validation event.
DataChangeTypeGets the type of changed data.
IsValidGets or sets whether the item is valid. This is a bindable property.
IsValidAsyncGets or sets whether the validated item meets the criteria. This is a bindable property.
ItemGets the item validated in the event.
SourceIndexGets the index of the validated item in the data source.

See Also

ValidateItemEventArgs Class

ValidateItemEventArgs Members

DevExpress.Maui.Core Namespace