Completion Page
The Completion page is the last page in a wizard (if it exists), which provides users with feedback on completion. This page is represented by the CompletionWizardPage class. It is stored within the WizardControl.Pages collection.
Image
To specify the image use the WizardControl.Image property. Its width and layout are specified by the WizardControl.ImageWidth and WizardControl.ImageLayout properties. If the XtraWizard control is painted in the Aero style, this image isn’t displayed.
Title
To specify a wizard’s title, use the CompletionWizardPage.Text property.
Completion Text
This text is specified by the CompletionWizardPage.FinishText property. It is not displayed if the XtraWizard control is painted in Aero style.
Proceed Text
This text is specified by the CompletionWizardPage.ProceedText property. It is not displayed if the XtraWizard control is painted in Aero style.