Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public HtmlEditorDropDownItemPickerItemStyle DropDownItemPickerItemStyle { get; }

Property Value

Type Description
HtmlEditorDropDownItemPickerItemStyle

A HtmlEditorDropDownItemPickerItemStyle object containing style settings.

See Also