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

ToolbarDropDownItemPicker.ItemPickerStyle Property

Gets the style settings defining the appearance of a drop-down item picker within the ASPxHtmlEditor.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

public HtmlEditorDropDownItemPickerStyle ItemPickerStyle { get; }

Property Value

Type Description
HtmlEditorDropDownItemPickerStyle

A HtmlEditorDropDownItemPickerStyle object containing style settings.

See Also