Skip to main content

PopupMenuShowingEventArgs.Point Property

Gets the position where the menu is to be invoked.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

public Point Point { get; set; }

Property Value

Type Description
Point

A Point value that specifies the position where the menu is to be invoked.

See Also