Skip to main content

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

#Declaration

public bool AllowConfirmFontUseDialog { get; set; }

#Property Value

Type Description
Boolean

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

See Also