Back to Devexpress

ValidationEventArgs Properties

wpf-devexpress-dot-xpf-dot-editors-dot-validationeventargs-dot-underscore-properties.md

latest2.8 KB
Original Source

ValidationEventArgs Properties

Provides data for the BaseEdit.Validate event.

NameDescription
CultureGets the culture related to the validation.
ErrorContentGets or sets an object that describes the validation error.
ErrorTypeGets or sets the error icon type.
HandledGets or sets a value that indicates the present state of the event handling for a routed event as it travels the route. Inherited from RoutedEventArgs.
IsValidGets or sets a value specifying whether the value is valid.
OriginalSourceGets the original reporting source as determined by pure hit testing, before any possible Source adjustment by a parent class. Inherited from RoutedEventArgs.
RoutedEventGets or sets the RoutedEvent associated with this RoutedEventArgs instance. Inherited from RoutedEventArgs.
SourceGets or sets a reference to the object that raised the event. Inherited from RoutedEventArgs.
UpdateSourceGets the action that caused the validation.
ValueGets the editor’s value.

See Also

ValidationEventArgs Class

ValidationEventArgs Members

DevExpress.Xpf.Editors Namespace