Back to Devexpress

ASPxRichEditFontSettings.AddDefaultFonts Property

aspnet-devexpress-dot-web-dot-aspxrichedit-dot-aspxricheditfontsettings-fec73deb.md

latest1.8 KB
Original Source

ASPxRichEditFontSettings.AddDefaultFonts Property

Specifies whether default fonts are added to the RichEdit font collection.

Namespace : DevExpress.Web.ASPxRichEdit

Assembly : DevExpress.Web.ASPxRichEdit.v25.2.dll

NuGet Package : DevExpress.Web.Office

Declaration

csharp
[DefaultValue("false")]
public bool AddDefaultFonts { get; set; }
vb
<DefaultValue("false")>
Public Property AddDefaultFonts As Boolean

Property Value

TypeDefaultDescription
Boolean"false"

true to add default fonts to RichEdit; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to AddDefaultFonts
ASPxRichEditSettings

.Fonts .AddDefaultFonts

|

Remarks

We recommend that you use the FontCollection property to add only required fonts to RichEdit control.

See Also

Font Management

ASPxRichEditFontSettings Class

ASPxRichEditFontSettings Members

DevExpress.Web.ASPxRichEdit Namespace