Back to Devexpress

WizardControl.HelpVisible Property

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

latest1.3 KB
Original Source

WizardControl.HelpVisible Property

Gets or sets whether the Help button is displayed.

Namespace : DevExpress.XtraWizard

Assembly : DevExpress.XtraWizard.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
[DefaultValue(false)]
[DXCategory("Appearance")]
public bool HelpVisible { get; set; }
vb
<DefaultValue(False)>
<DXCategory("Appearance")>
Public Property HelpVisible As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true to display the Help button; otherwise, false.

|

See Also

HelpText

WizardControl Class

WizardControl Members

DevExpress.XtraWizard Namespace