Skip to main content
A newer version of this page is available. .

WizardControl.FinishText Property

Gets or sets the Finish button’s text.

Namespace: DevExpress.XtraWizard

Assembly: DevExpress.XtraWizard.v19.1.dll

Declaration

[DXCategory("Appearance")]
public string FinishText { get; set; }

Property Value

Type Description
String

A string value that specifies the button’s text.

Remarks

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

See Also