Skip to main content
A newer version of this page is available. .

PopupMenuShowingEventArgs.CurrentNode Property

Gets the node where the menu is to be displayed.

Namespace: DevExpress.XtraEditors.Filtering

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

public Node CurrentNode { get; }

Property Value

Type Description
DevExpress.XtraEditors.Filtering.Node

A Node object that identifies the clicked node.

See Also