Skip to main content

HtmlEditorDocumentFontInfo.Names Property

Gets or sets an ordered array of font names.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

public string[] Names { get; set; }

Property Value

Type Description
String[]

An ordered array of font names.

Remarks

Use the Names property to specify an ordered array of font names for a HtmlEditorDocumentFontInfo. The Names property is commonly used to store a list of available font names.

See Also