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.v25.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
| Type | Description |
|---|---|
| ShowMenuMode | A ShowMenuMode enumeration value that specifies when an ImageEdit displays the Image Menu. |
Available values:
| Name | Description |
|---|---|
| Always | The Image Menu is always visible. |
| Hover | The Image Menu is displayed when the mouse pointer is hovered over an editor. |
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