PropertyGridMenuEventArgs.MenuType Property
In This Article
Gets the invoked menu’s type.
Namespace: DevExpress.Xpf.PropertyGrid
Assembly: DevExpress.Xpf.PropertyGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PropertyGrid
#Declaration
public PropertyGridMenuType MenuType { get; }
#Property Value
Type | Description |
---|---|
Property |
The invoked menu’s type. |
Available values:
Name | Description |
---|---|
Property | The property menu. |
New |
The new item menu. |
See Also