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

ToolbarDropDownItemPicker.ImagePosition Property

Gets or sets the image position within item picker items.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

[DefaultValue(ToolbarItemPickerImagePosition.Left)]
public ToolbarItemPickerImagePosition ImagePosition { get; set; }

Property Value

Type Default Description
ToolbarItemPickerImagePosition **Left**

An ToolbarItemPickerImagePosition enumeration value.

Available values:

Name Description
Left

An image is displayed at the element’s left, to the left of the text.

Top

An image is displayed on the element’s right, to the right of the text.

See Also