Skip to main content
A newer version of this page is available. .

BaseEdit.CausesValidation Property

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

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v19.2.dll

Declaration

public bool CausesValidation { get; set; }

Property Value

Type Description
Boolean

true if the validation is enabled; otherwise, false.

See Also