Back to Devexpress

ToolbarItemPickerImagePosition Enum

aspnet-devexpress-dot-web-dot-aspxhtmleditor-bf6ce4be.md

latest1.4 KB
Original Source

ToolbarItemPickerImagePosition Enum

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

Namespace : DevExpress.Web.ASPxHtmlEditor

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

NuGet Package : DevExpress.Web

Declaration

csharp
public enum ToolbarItemPickerImagePosition
vb
Public Enum ToolbarItemPickerImagePosition

Members

NameDescription
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.

|

The following properties accept/return ToolbarItemPickerImagePosition values:

Remarks

The values listed by this enumerator are used to set the ToolbarDropDownItemPicker.ImagePosition property.

See Also

HTML Editor

DevExpress.Web.ASPxHtmlEditor Namespace