Skip to main content

HtmlEditorDocumentFontInfo.Name Property

Gets or sets the primary font name.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("")]
public string Name { get; set; }

Property Value

Type Default Description
String String.Empty

A string specifying the primary font name.

Remarks

Use the Name property to specify the primary font name. The primary font name determines the font that is used to display text in the editor’s document.

See Also