Skip to main content

IFileDialogServiceBase.ShowHelp Property

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

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v23.2.dll

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

Declaration

bool ShowHelp { get; set; }

Property Value

Type Description
Boolean

true, if the Help button is shown in the dialog box; otherwise, false. The default is true.

See Also