Skip to main content

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.v24.1.dll

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

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