wpf-devexpress-dot-xpf-dot-propertygrid-6e36cfcf.md
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
[Flags]
public enum ShowMenuMode
<Flags>
Public Enum ShowMenuMode
| 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.
|
The following properties accept/return ShowMenuMode values:
The values listed by this enumeration are used to set the PropertyGridControl.ShowMenu property’s value.
See Also