BaseEdit.ValidateOnEnterKeyPressed Property
Gets or sets whether the edit value should be validated when pressing the ENTER key. This is a dependency property.
Namespace: DevExpress.UI.Xaml.Editors
Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Property Value
Type | Description |
---|---|
Boolean | true to validate the edit value after the ENTER key has been pressed; otherwise, false. |
Remarks
If the ValidateOnEnterKeyPressed property is set to true and the ENTER key is pressed, the editor fires the BaseEdit.Validate event, allowing you to validate a new value.
The BaseEdit.Validate event isn’t raised if the editor’s BaseEdit.CausesValidation property is set to false.
To specify whether an editor’s value should be validated when text is input into it, use the BaseEdit.ValidateOnTextInput property.