ShowMenuMode Enum
Lists values that specify when a Property Grid displays the Property Menu.
Namespace: DevExpress.Xpf.PropertyGrid
Assembly: DevExpress.Xpf.PropertyGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PropertyGrid
Declaration
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