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

HtmlEditorDropDownItemPickerStyle Class

Contains styles settings defining the appearance of a dropdown item picker toolbar item.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

public class HtmlEditorDropDownItemPickerStyle :
    ItemPickerTableStyle

The following members return HtmlEditorDropDownItemPickerStyle objects:

Remarks

An object of the HtmlEditorDropDownItemPickerStyle type can be accessed via the HtmlEditorEditorStyles.DropDownItemPickerStyle property of an ASPxHtmlEditor control.

See Also