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

ValidationSettings.ValidateOnLeave Property

Gets or sets a value that specifies whether validation is performed when the editor value is changed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v21.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(true)]
public bool ValidateOnLeave { get; set; }

Property Value

Type Default Description
Boolean true

true to perform validation on an editor value change; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ValidateOnLeave
ASP.NET Bootstrap Controls BootstrapSchedulerDateNavigatorProperties
.ValidationSettings .ValidateOnLeave
ASP.NET Web Forms Controls ASPxEdit
.ValidationSettings .ValidateOnLeave
EditProperties
.ValidationSettings .ValidateOnLeave
See Also