Skip to main content

ImageEditToolButton Class

Represents an item within the editor's menu.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v14.2.dll

#Declaration

public class ImageEditToolButton :
    Button

#Remarks

End-users delete and load an image via the built-in menu. The editor's menu is automatically shown when the mouse pointer is hovered over the image, and is automatically hidden when the mouse pointer leaves the image. This menu can be customized using the ImageEdit.MenuTemplate (PopupImageEdit.MenuTemplate). You can remove the default commands and/or add custom commands.

#Examples

See Also