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

PopupMenuShowingEventArgs.Point Property

Gets the position where the menu is to be invoked.

Namespace: DevExpress.XtraEditors.Filtering

Assembly: DevExpress.XtraEditors.v21.2.dll

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

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