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

    The base class that provides data for the DockLayoutManager.ShowingMenu event.

    Namespace: DevExpress.Xpf.Docking.Base

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

    NuGet Package: DevExpress.Wpf.Docking

    Declaration

    public class ShowMenuEventArgs<T> :
        RoutedEventArgs
        where T : BaseLayoutElementMenu

    Type Parameters

    Name Description
    T

    A BaseLayoutElementMenu instance that is the popup menu.

    Inheritance

    See Also