Skip to main content
A newer version of this page is available. .

HtmlEditorDocumentFontInfo.Names Property

Gets or sets an ordered array of font names.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

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