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.v21.2.dll

NuGet Packages: DevExpress.Win.Design, 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