ShowMenuMode Enum
Lists the values used to specify the visibility mode of the Image Menu.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Members
Name | Description |
---|---|
Always
|
The Image Menu is always visible. |
Hover
|
The Image Menu is displayed when the mouse pointer is hovered over an editor. |
Related API Members
The following properties accept/return ShowMenuMode values:
See Also