Back to Devexpress

WizardControl.CancelText Property

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

latest1.2 KB
Original Source

WizardControl.CancelText Property

Gets or sets the Cancel button’s text.

Namespace : DevExpress.XtraWizard

Assembly : DevExpress.XtraWizard.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

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

Property Value

TypeDescription
String

A string value that specifies the button’s text.

|

Remarks

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

See Also

WizardControl Class

WizardControl Members

DevExpress.XtraWizard Namespace