Back to Devexpress

WizardControl.PreviousText Property

windowsforms-devexpress-dot-xtrawizard-dot-wizardcontrol-d38d13c9.md

latest1.3 KB
Original Source

WizardControl.PreviousText Property

Gets or sets the Back button’s text.

Namespace : DevExpress.XtraWizard

Assembly : DevExpress.XtraWizard.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
[DXCategory("Appearance")]
public string PreviousText { get; set; }
vb
<DXCategory("Appearance")>
Public Property PreviousText As String

Property Value

TypeDescription
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

WizardControl Class

WizardControl Members

DevExpress.XtraWizard Namespace