Skip to main content

ShowMenuMode Enum

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

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public enum ShowMenuMode

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

Remarks

The values listed by this enumeration are used to set the following properties.

See Also