ToolbarDropDownItemPicker.ImagePosition Property
Gets or sets the image position within item picker items.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v25.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