Back to Devexpress

WizardControl.HelpText Property

windowsforms-devexpress-dot-xtrawizard-dot-wizardcontrol-6e8e5687.md

latest1.2 KB
Original Source

WizardControl.HelpText Property

Gets or sets the Help button’s text.

Namespace : DevExpress.XtraWizard

Assembly : DevExpress.XtraWizard.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

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

Property Value

TypeDescription
String

A string value that specifies the button’s text.

|

Remarks

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

See Also

WizardControl Class

WizardControl Members

DevExpress.XtraWizard Namespace