ToolbarItemPickerImagePosition Enum
Lists values that specify the image position within item picker items.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Members
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. |
Related API Members
The following properties accept/return ToolbarItemPickerImagePosition values:
Remarks
The values listed by this enumerator are used to set the ToolbarDropDownItemPicker.ImagePosition property.
See Also