Skip to main content

WizardControl.CancelText Property

Gets or sets the Cancel button’s text.

Namespace: DevExpress.XtraWizard

Assembly: DevExpress.XtraWizard.v23.2.dll

NuGet Package: DevExpress.Win

Declaration

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

Property Value

Type Description
String

A string value that specifies the button’s text.

Remarks

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

See Also