Back to Devexpress

FileDialogBase.ShowHelp Property

windowsforms-devexpress-dot-xtraeditors-dot-filedialogbase-fe939981.md

latest1.4 KB
Original Source

FileDialogBase.ShowHelp Property

Gets or sets whether the dialog displays the Help button. This property is identical to the standard FileDialog.ShowHelp property.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraDialogs.v25.2.dll

NuGet Packages : DevExpress.Win.Dialogs, DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
Booleanfalse

true if the dialog should display the Help button; otherwise, false.

|

See Also

FileDialogBase Class

FileDialogBase Members

DevExpress.XtraEditors Namespace