Back to Devexpress

ShowMenuMode Enum

wpf-devexpress-dot-xpf-dot-editors-65d429a2.md

latest1.5 KB
Original Source

ShowMenuMode Enum

Lists the values used to specify the visibility mode of the Image Menu.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public enum ShowMenuMode
vb
Public Enum ShowMenuMode

Members

NameDescription
Always

The Image Menu is always visible.

| | Hover |

The Image Menu is displayed when the mouse pointer is hovered over an editor.

|

The following properties accept/return ShowMenuMode values:

See Also

DevExpress.Xpf.Editors Namespace