Skip to main content

PopupMenuShowingEventArgs.Point Property

Gets the popup menu’s location.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public Point Point { get; }

Property Value

Type Description
Point

A Point structure that is the popup menu’s location.

See Also