PropertyGridMenuEventArgs.MenuType Property
Gets the invoked menu’s type.
Namespace: DevExpress.Xpf.PropertyGrid
Assembly: DevExpress.Xpf.PropertyGrid.v25.1.dll
NuGet Package: DevExpress.Wpf.PropertyGrid
Declaration
Property Value
| Type | Description |
|---|---|
| PropertyGridMenuType | The invoked menu’s type. |
Available values:
| Name | Description |
|---|---|
| Property | The property menu. |
| NewItem | The new item menu. |
See Also