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 the end-user tries to set a font which is not installed on the system.

Namespace: DevExpress.Xpf.Editors

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

Declaration

public bool AllowConfirmFontUseDialog { get; set; }

Property Value

Type Description
Boolean

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

See Also