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.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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.
See Also