Skip to main content

ToolbarItemBase.Image Property

Gets the settings of an image displayed by the item.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

public virtual ToolbarItemImageProperties Image { get; }

Property Value

Type Description
ToolbarItemImageProperties

A ToolbarItemImageProperties object that contains image settings.

Remarks

Note

ToolbarDropDownItemPicker class-specific information The ToolbarDropDownItemPicker item displays an image specified by the Image property when the ToolbarDropDownItemPicker.ClickMode property is set to ShowDropDown or ExecuteAction.

When the ToolbarDropDownItemPicker.ClickMode property is set to ExecuteSelectedItemAction, the Image property is not in effect and the ToolbarDropDownItemPicker item displays an image of the currently selected item (ToolbarCustomDropDownBase.SelectedItemIndex).

See Also