Skip to main content

WizardPageValidatingEventArgs.Valid Property

Gets or sets whether the processed wizard page is valid.

Namespace: DevExpress.XtraWizard

Assembly: DevExpress.XtraWizard.v23.2.dll

NuGet Package: DevExpress.Win

Declaration

public bool Valid { get; set; }

Property Value

Type Description
Boolean

true if a wizard page is valid; otherwise, false.

Remarks

If a wizard page isn’t valid, an error message is shown. In this instance, you cannot switch the page until it is valid.

The error text can be specified using the WizardPageValidatingEventArgs.ErrorText property.

See Also