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

HtmlEditorDropDownItemPickerItemStyle Class

Contains styles settings defining the appearance of items, displayed within a dropdown item picker toolbar item‘s drop-down window.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

public class HtmlEditorDropDownItemPickerItemStyle :
    ItemPickerTableCellStyle

The following members return HtmlEditorDropDownItemPickerItemStyle objects:

Remarks

An object of the HtmlEditorDropDownItemPickerItemStyle type can be accessed via the HtmlEditorEditorStyles.DropDownItemPickerItemStyle property of an ASPxHtmlEditor control.

See Also