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

ToolbarItemPickerImagePosition Enum

Lists values that specify the image position within item picker items.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

public enum ToolbarItemPickerImagePosition

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