WizardPageValidatingEventArgs.Valid Property
Gets or sets whether the processed wizard page is valid.
Namespace: DevExpress.XtraWizard
Assembly: DevExpress.XtraWizard.v24.1.dll
NuGet Package: DevExpress.Win
Declaration
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