Back to Devexpress

DXFileDialog.ShowHelp Property

wpf-devexpress-dot-xpf-dot-dialogs-dot-dxfiledialog-2e4091bb.md

latest1.4 KB
Original Source

DXFileDialog.ShowHelp Property

Gets or sets a value indicating whether the Help button is displayed in the file dialog.

Namespace : DevExpress.Xpf.Dialogs

Assembly : DevExpress.Xpf.Dialogs.v25.2.dll

NuGet Package : DevExpress.Wpf.Dialogs

Declaration

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

Property Value

TypeDefaultDescription
Booleanfalse

true if the dialog box includes a help button; otherwise, false. The default value is false.

|

Remarks

When an end-user clicks the Help button, the DXFileDialog.HelpRequest event is raised.

See Also

HelpRequest

DXFileDialog Class

DXFileDialog Members

DevExpress.Xpf.Dialogs Namespace