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

NuGet Package: DevExpress.Web

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.

Inheritance

Object
MarshalByRefObject
Component
Style
AppearanceStyleBase
AppearanceStyle
AppearanceItemStyle
DevExpress.Web.ItemPickerTableCellStyle
HtmlEditorDropDownItemPickerItemStyle
See Also