Skip to main content

HtmlEditorDropDownItemPickerItemStyle.Font Property

Gets font settings for items of the dropdown item picker.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

public FontInfo Font { get; }

Property Value

Type Description
FontInfo

A FontInfo object that contains the font settings.

See Also