Skip to main content

BaseEdit.CausesValidation Property

Gets or sets a value indicating whether validation is enabled for this editor. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Editors

Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public bool CausesValidation { get; set; }

Property Value

Type Description
Boolean

true, if the validation is enabled; otherwise, false.

Remarks

If the editor’s CausesValidation property is set to true, the editor fires the BaseEdit.Validate event based on the values of the BaseEdit.ValidateOnEnterKeyPressed and BaseEdit.ValidateOnTextInput properties.

See Also