Skip to main content
A newer version of this page is available. .

PopupImageEditSettings.ShowMenuMode Property

Gets or sets whether an Image Menu is always displayed or is displayed when the cursor is hovered over an in-place PopupImageEdit.

Namespace: DevExpress.Xpf.Editors.Settings

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public ShowMenuMode ShowMenuMode { get; set; }

Property Value

Type Description
ShowMenuMode

A ShowMenuMode enumeration value that specifies when an in-place 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 is hovered over an in-place PopupImageEdit.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the ShowMenuMode property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also