Skip to main content
All docs
V25.1
  • ShowMenuEventArgs<T>.TargetElement Property

    Gets the UI element for which the context menu is shown.

    Namespace: DevExpress.Xpf.Docking.Base

    Assembly: DevExpress.Xpf.Docking.v25.1.dll

    NuGet Package: DevExpress.Wpf.Docking

    Declaration

    public IInputElement TargetElement { get; }

    Property Value

    Type Description
    IInputElement

    The element displayed within a View for which the context menu is shown.

    See Also