ValidationEventArgs.UpdateSource Property
In This Article
Gets the action that caused the validation.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
#Property Value
Type | Description |
---|---|
DevExpress. |
A DevExpress. |
#Remarks
The table below lists the possible UpdateSource values:
Update |
Condition |
---|---|
Dont |
For internal use. |
Do |
The Base |
Value |
The editor’s value was changed in code. |
Text |
An end user changed the edit value. |
Enter |
An end user has changed the edit value and pressed Enter. The Base |
Lost |
The editor is about to lose focus. |
See Also