Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public bool AllowConfirmFontUseDialog { get; set; }

Property Value

Type Description
Boolean

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

See Also