TextEditSettings.ValidateOnTextInput Property
In This Article
Gets or sets whether the edit value should be validated while typing within the editor's text box. This is a dependency property.
Namespace: DevExpress.Xpf.Editors.Settings
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true to validate the edit value while an end-user types text within the editor's text box; otherwise, false. |
See Also