Skip to main content

ToolbarDropDownItemPicker.ItemPickerItemStyle 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.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public HtmlEditorDropDownItemPickerItemStyle ItemPickerItemStyle { get; }

#Property Value

Type Description
HtmlEditorDropDownItemPickerItemStyle

A HtmlEditorDropDownItemPickerItemStyle object containing style settings.

#Remarks

The ItemPickerItemStyle property provides access to the style settings which define the appearance style of items within a particular group.

See Also