Skip to main content

ValidationModule.IgnoreWarningAndInformationRules Property

Specifies whether or not Warning and Information type rules are ignored (see IRuleBaseProperties.ResultType).

Namespace: DevExpress.ExpressApp.Validation

Assembly: DevExpress.ExpressApp.Validation.v26.1.dll

NuGet Package: DevExpress.ExpressApp.Validation

Declaration

public bool IgnoreWarningAndInformationRules { get; set; }

Property Value

Type Description
Boolean

true, when Warning and Information rules are ignored; otherwise - false. The default is false.

See Also