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

HtmlEditorEditorStyles.DropDownItemPickerItemStyle Property

Gets the style settings defining the appearance of items within the ASPxHtmlEditor’s drop-down item picker.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

public HtmlEditorDropDownItemPickerItemStyle DropDownItemPickerItemStyle { get; }

Property Value

Type Description
HtmlEditorDropDownItemPickerItemStyle

A HtmlEditorDropDownItemPickerItemStyle object containing style settings.

See Also