WizardControl.PreviousText Property
Gets or sets the Back button’s text.
Namespace: DevExpress.XtraWizard
Assembly: DevExpress.XtraWizard.v24.1.dll
NuGet Package: DevExpress.Win
Declaration
Property Value
Type | Description |
---|---|
String | A string value that specifies the button’s text. |
Remarks
By default, this property is set to ‘Back’.
If the WizardStyle.WizardAero style is applied, the button’s text isn’t displayed.
See Also