Back to Devexpress

PropertyGridMenuEventArgs.TargetElement Property

wpf-devexpress-dot-xpf-dot-propertygrid-dot-propertygridmenueventargs-eafe8333.md

latest1.2 KB
Original Source

PropertyGridMenuEventArgs.TargetElement Property

Gets the UI element for which the menu is shown.

Namespace : DevExpress.Xpf.PropertyGrid

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

NuGet Package : DevExpress.Wpf.PropertyGrid

Declaration

csharp
public IInputElement TargetElement { get; }
vb
Public ReadOnly Property TargetElement As IInputElement

Property Value

TypeDescription
IInputElement

The UI element for which the menu is shown.

|

See Also

PropertyGridMenuEventArgs Class

PropertyGridMenuEventArgs Members

DevExpress.Xpf.PropertyGrid Namespace