WizardControl.ShowBackButton Property
In This Article
Gets or sets whether the Back button is displayed. This property is in effect if WizardControl.WizardStyle is set to WizardStyle.WizardAero.
Namespace: DevExpress.XtraWizard
Assembly: DevExpress.XtraWizard.v24.2.dll
NuGet Package: DevExpress.Win
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Boolean | true | true if the Back button is displayed; otherwise, false. |
#Remarks
If the ShowBackButton property is set to false, the Back button is completely hidden on all pages. To disable only the button on a particular page, use the BaseWizardPage.AllowBack property.
Note
When Wizard
See Also