Skip to main content

WizardPageCollection.Item[Int32] Property

Gets a wizard page at the specified index.

Namespace: DevExpress.XtraWizard

Assembly: DevExpress.XtraWizard.v23.2.dll

NuGet Package: DevExpress.Win

Declaration

public virtual BaseWizardPage this[int index] { get; }

Parameters

Name Type Description
index Int32

An integer value that specifies the zero-based index of the required wizard page. If negative or exceeds the maximum available index, an exception is raised.

Property Value

Type Description
BaseWizardPage

A BaseWizardPage object located at the specified position within the collection.

See Also