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

WizardControl.IsCompletionPageCreated Property

Indicates whether the XtraWizard control contains the Completion Page.

Namespace: DevExpress.XtraWizard

Assembly: DevExpress.XtraWizard.v19.1.dll

Declaration

[Browsable(false)]
public bool IsCompletionPageCreated { get; }

Property Value

Type Description
Boolean

true if the Completion Page is created; otherwise, false.

Remarks

The XtraWizard control can contain only one Welcome Page and one Completion Page. Use the WizardControl.IsWelcomePageCreated and IsCompletionPageCreated properties to determine whether these pages are contained within the WizardControl.Pages collection. Adding a second Welcome Page or Completion Page raises an exception.

See Also