Skip to main content
A newer version of this page is available. .

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.v21.2.dll

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

Declaration

[DefaultValue(false)]
[DXCategory("Behavior")]
public bool ShowHelp { get; set; }

Property Value

Type Default Description
Boolean false

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

See Also