Back to Devexpress

WizardControl.IsWelcomePageCreated Property

windowsforms-devexpress-dot-xtrawizard-dot-wizardcontrol-5236df6c.md

latest2.0 KB
Original Source

WizardControl.IsWelcomePageCreated Property

Indicates whether the XtraWizard control contains the Welcome Page.

Namespace : DevExpress.XtraWizard

Assembly : DevExpress.XtraWizard.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
[Browsable(false)]
public bool IsWelcomePageCreated { get; }
vb
<Browsable(False)>
Public ReadOnly Property IsWelcomePageCreated As Boolean

Property Value

TypeDescription
Boolean

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

|

Remarks

The XtraWizard control can contain only one Welcome Page and one Completion Page. Use the IsWelcomePageCreated and WizardControl.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

IsCompletionPageCreated

WizardControl Class

WizardControl Members

DevExpress.XtraWizard Namespace