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

PopupMenuShowingEventArgs.Point Property

Gets the point at which the menu is about to be displayed.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v21.2.dll

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

Declaration

public Point Point { get; }

Property Value

Type Description
Point

The point at which to display the menu.

See Also