Back to Devexpress

WizardControl.ShowBackButton Property

windowsforms-devexpress-dot-xtrawizard-dot-wizardcontrol-6b8757d4.md

latest2.3 KB
Original Source

WizardControl.ShowBackButton Property

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.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Appearance")]
public bool ShowBackButton { get; set; }
vb
<DefaultValue(True)>
<DXCategory("Appearance")>
Public Property ShowBackButton As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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 WizardControl.WizardStyle is set to WizardStyle.Wizard97, you can hide the Back (Previous) button while handling the WizardControl.CustomizeCommandButtons event.

See Also

CustomizeCommandButtons

WizardControl Class

WizardControl Members

DevExpress.XtraWizard Namespace