Back to Devexpress

WizardControl.NextText Property

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

latest1.3 KB
Original Source

WizardControl.NextText Property

Gets or sets the Next button’s text.

Namespace : DevExpress.XtraWizard

Assembly : DevExpress.XtraWizard.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

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

Property Value

TypeDescription
String

A string value that specifies the button’s text.

|

Remarks

By default, this property is set to ‘Next’.

See Also

NextClick

AllowNext

WizardControl Class

WizardControl Members

DevExpress.XtraWizard Namespace