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

ShowMenuMode Enum

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

Namespace: DevExpress.Xpf.Editors

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

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