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

HtmlEditorDropDownItemPickerItemStyle.Font Property

Gets font settings for items of the dropdown item picker.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

public FontInfo Font { get; }

Property Value

Type Description
FontInfo

A FontInfo object that contains the font settings.

See Also