ShowMenuMode Enum
In This Article
Lists values that specify when a Property Grid displays the Property Menu.
Namespace: DevExpress.Xpf.PropertyGrid
Assembly: DevExpress.Xpf.PropertyGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PropertyGrid
#Declaration
#Members
Name | Description |
---|---|
On
|
The property menu is shown only by right-clicking the property. |
On
|
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