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

FontEditSettings.AllowConfirmFontUseDialog Property

Gets or sets whether the FontEdit control will display a confirmation dialog when an end-user selects an unavailable font.

Namespace: DevExpress.Xpf.Editors.Settings

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public bool AllowConfirmFontUseDialog { get; set; }

Property Value

Type Description
Boolean

true, if the editor displays confirmation dialog; otherwise, false.

Remarks

When an end-user types a font name directly to the font editor and the required font is not available in the end-user’s system, the FontEdit control can display a confirmation dialog if the AllowConfirmFontUseDialog property is set to true. The dialog is demonstrated in the image below.

WPF_FontEdit_AllowConfirmFontUseDialog

See Also