Skip to main content

HtmlEditorDocumentFontInfo.Bold Property

Gets or sets a value that indicates whether the font is bold.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(false)]
public bool Bold { get; set; }

Property Value

Type Default Description
Boolean false

true, if the font is bold; otherwise, false.

See Also