Skip to main content

WizardPageCollection(WizardControl) Constructor

Initializes a new instance of the WizardPageCollection class with the specified owner.

Namespace: DevExpress.XtraWizard

Assembly: DevExpress.XtraWizard.v23.2.dll

NuGet Package: DevExpress.Win

Declaration

public WizardPageCollection(
    WizardControl control
)

Parameters

Name Type Description
control WizardControl

A WizardControl object that owns this collection.

Remarks

This constructor is automatically called when the XtraWizard control initializes its WizardControl.Pages property.

See Also