Back to Devexpress

PopupImageEditSettings.ShowMenuMode Property

wpf-devexpress-dot-xpf-dot-editors-dot-settings-dot-popupimageeditsettings-70573834.md

latest2.2 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public ShowMenuMode ShowMenuMode { get; set; }
vb
Public Property ShowMenuMode As ShowMenuMode

Property Value

TypeDescription
ShowMenuMode

A ShowMenuMode enumeration value that specifies when an in-place PopupImageEdit displays the Image Menu.

|

Available values:

NameDescription
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.

See Also

PopupImageEditSettings Class

PopupImageEditSettings Members

DevExpress.Xpf.Editors.Settings Namespace