Back to Devexpress

WizardControl.FinishText Property

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

latest1.2 KB
Original Source

WizardControl.FinishText Property

Gets or sets the Finish button’s text.

Namespace : DevExpress.XtraWizard

Assembly : DevExpress.XtraWizard.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

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

Property Value

TypeDescription
String

A string value that specifies the button’s text.

|

Remarks

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

See Also

WizardControl Class

WizardControl Members

DevExpress.XtraWizard Namespace