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

WizardPageValidatingEventArgs.Valid Property

Gets or sets whether the processed wizard page is valid.

Namespace: DevExpress.XtraWizard

Assembly: DevExpress.XtraWizard.v18.2.dll

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