Back to Devexpress

PopupMenuShowingEventArgs.Point Property

windowsforms-devexpress-dot-xtraeditors-dot-filtering-dot-popupmenushowingeventargs-3d1ffae2.md

latest1.2 KB
Original Source

PopupMenuShowingEventArgs.Point Property

Gets the position where the menu is to be invoked.

Namespace : DevExpress.XtraEditors.Filtering

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public Point Point { get; set; }
vb
Public Property Point As Point

Property Value

TypeDescription
Point

A Point value that specifies the position where the menu is to be invoked.

|

See Also

PopupMenuShowingEventArgs Class

PopupMenuShowingEventArgs Members

DevExpress.XtraEditors.Filtering Namespace