Back to Devexpress

PropertyGridControl.ShowMenu Property

wpf-devexpress-dot-xpf-dot-propertygrid-dot-propertygridcontrol-7648e0c4.md

latest1.8 KB
Original Source

PropertyGridControl.ShowMenu Property

Gets or sets when the Property Menu is shown. This is a dependency property.

Namespace : DevExpress.Xpf.PropertyGrid

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

NuGet Package : DevExpress.Wpf.PropertyGrid

Declaration

csharp
public ShowMenuMode ShowMenu { get; set; }
vb
Public Property ShowMenu As ShowMenuMode

Property Value

TypeDescription
ShowMenuMode

A ShowMenuMode enumeration value that specifies when the property menu is shown.

|

Available values:

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.

|

See Also

PropertyGridControl Class

PropertyGridControl Members

DevExpress.Xpf.PropertyGrid Namespace