PropertyGridControl.ShowMenu Property
In This Article
Gets or sets when the Property Menu is shown. This is a dependency property.
Namespace: DevExpress.Xpf.PropertyGrid
Assembly: DevExpress.Xpf.PropertyGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PropertyGrid
#Declaration
public ShowMenuMode ShowMenu { get; set; }
#Property Value
Type | Description |
---|---|
Show |
A Show |
Available values:
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. |
See Also