ToolbarDropDownItemPicker.ItemPickerItemStyle Property
In This Article
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 |
---|---|
Html |
A Html |
#Remarks
The ItemPickerItemStyle property provides access to the style settings which define the appearance style of items within a particular group.
See Also