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

ShowMenuMode Enum

Lists values that specify when a Property Grid displays the Property Menu.

Namespace: DevExpress.Xpf.PropertyGrid

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

Declaration

[Flags]
public enum ShowMenuMode

Members

Name Description
OnRightClick

The property menu is shown only by right-clicking the property.

OnMenuButtonClick

The property menu is shown only by clicking the menu button.

Always

The property menu is shown by clicking the menu button or right-clicking the property.

Related API Members

The following properties accept/return ShowMenuMode values:

Remarks

The values listed by this enumeration are used to set the PropertyGridControl.ShowMenu property’s value.

See Also