Skip to main content

BaseWizardPage.CausesValidation Property

This member supports the internal infrastructure and is not intended to be used directly from your code.

Namespace: DevExpress.XtraWizard

Assembly: DevExpress.XtraWizard.v23.2.dll

NuGet Package: DevExpress.Win

Declaration

[DefaultValue(false)]
[DXCategory("Behavior")]
public bool CausesValidation { get; set; }

Property Value

Type Default Description
Boolean false

A Booelan value.

See Also