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

PopupMenuShowingEventArgs.Point Property

Gets the popup menu’s location.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v20.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