PropertyGridMenuEventArgs.TargetElement Property
In This Article
Gets the UI element for which the menu is shown.
Namespace: DevExpress.Xpf.PropertyGrid
Assembly: DevExpress.Xpf.PropertyGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PropertyGrid
#Declaration
public IInputElement TargetElement { get; }
#Property Value
Type | Description |
---|---|
IInput |
The UI element for which the menu is shown. |
See Also