Back to Devexpress

FontEdit.AllowConfirmFontUseDialog Property

wpf-devexpress-dot-xpf-dot-editors-dot-fontedit-083eae75.md

latest1.2 KB
Original Source

FontEdit.AllowConfirmFontUseDialog Property

Gets or sets whether a confirmation dialog window should be invoked when an end user tries to set a font which is not installed on the system. This is a dependency property.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool AllowConfirmFontUseDialog { get; set; }
vb
Public Property AllowConfirmFontUseDialog As Boolean

Property Value

TypeDescription
Boolean

true to enable a confirmation dialog window; otherwise, false.

|

See Also

FontEdit Class

FontEdit Members

DevExpress.Xpf.Editors Namespace