Skip to main content

TextEditSettings.ValidateOnTextInput Property

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

public bool ValidateOnTextInput { get; set; }

#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