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

WizardPageCollection.WizardControl Property

Gets the XtraWizard control which owns this collection.

Namespace: DevExpress.XtraWizard

Assembly: DevExpress.XtraWizard.v19.1.dll

Declaration

public virtual WizardControl WizardControl { get; }

Property Value

Type Description
WizardControl

A WizardControl object which owns this collection.

See Also