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

WizardPageCollection.Insert(BaseWizardPage, BaseWizardPage) Method

Adds the specified wizard page to the collection at the specified position.

Namespace: DevExpress.XtraWizard

Assembly: DevExpress.XtraWizard.v19.2.dll

Declaration

public virtual bool Insert(
    BaseWizardPage cPage,
    BaseWizardPage page
)

Parameters

Name Type Description
cPage BaseWizardPage

A BaseWizardPage object at which position the specified wizard page is inserted. If this page isn’t contained within the collection, the method does nothing.

page BaseWizardPage

A BaseWizardPage object to add to the collection. If this wizard page is already contained within the collection, the method does nothing.

Returns

Type Description
Boolean

true if the specified wizard page has been added to the collection; otherwise, false.

See Also