Back to Devexpress

ShowMenuMode Enum

wpf-devexpress-dot-xpf-dot-propertygrid-6e36cfcf.md

latest1.7 KB
Original Source

ShowMenuMode Enum

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

Namespace : DevExpress.Xpf.PropertyGrid

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

NuGet Package : DevExpress.Wpf.PropertyGrid

Declaration

csharp
[Flags]
public enum ShowMenuMode
vb
<Flags>
Public Enum ShowMenuMode

Members

NameDescription
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.

|

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

DevExpress.Xpf.PropertyGrid Namespace