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

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.v19.1.dll

Declaration

public bool AllowConfirmFontUseDialog { get; set; }

Property Value

Type Description
Boolean

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

See Also