Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PopupImageEdit.ShowMenuMode Property

Gets or sets whether an Image Menu is always displayed or is displayed when the cursor hovers over a PopupImageEdit.

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

#Declaration

public ShowMenuMode ShowMenuMode { get; set; }

#Property Value

Type Description
ShowMenuMode

A ShowMenuMode enumeration value that specifies when a PopupImageEdit 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 a PopupImageEdit.

See Also