Skip to main content

ImageEdit.ShowMenuMode Property

Gets or sets whether an image menu is always displayed , or is displayed when the cursor hovers over an ImageEdit. This is a dependency property.

Namespace: DevExpress.Xpf.Editors

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

#Declaration

public ShowMenuMode ShowMenuMode { get; set; }

#Property Value

Type Description
ShowMenuMode

A DevExpress.Xpf.Editors.ShowMenuMode enumeration value that specifies when an ImageEdit displays the image menu.

#Remarks

By default, the ShowMenuMode is set to Hover, so the image menu is shown only when the cursor hovers over an ImageEdit.

See Also