Skip to main content

PopupMenuShowingEventArgs(Node, ElementType, FilterControlMenuType, FilterControlMenu, Point) Constructor

Initializes a new instance of the class.

Namespace: DevExpress.XtraEditors.Filtering

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public PopupMenuShowingEventArgs(
    Node node,
    ElementType elementType,
    FilterControlMenuType type,
    FilterControlMenu menu,
    Point p
)

Parameters

Name Type Description
node DevExpress.XtraEditors.Filtering.Node

The current node.

elementType DevExpress.XtraEditors.Filtering.ElementType

A value that identifies the type of the Filter Control’s element where the menu is to be displayed.

type FilterControlMenuType

The type of the FilterControl’s menu to be invoked.

menu DevExpress.XtraEditors.FilterControlMenu

The menu to be invoked

p Point

The position where the menu is to be invoked.

See Also