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

WizardControl.Pages Property

Provides access to the XtraWizard’s page collection.

Namespace: DevExpress.XtraWizard

Assembly: DevExpress.XtraWizard.v19.1.dll

Declaration

[Browsable(false)]
public virtual WizardPageCollection Pages { get; }

Property Value

Type Description
WizardPageCollection

A WizardPageCollection object that represents a collection of wizard pages.

Remarks

The Pages property provides access to the pages owned by the XtraWizard control. The returned object provides properties and methods that can be used to add, delete and access individual wizard pages within the collection.

The following code snippets (auto-collected from DevExpress Examples) contain references to the Pages property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also