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

QueryShowPopupMenuEventArgs.Position Property

Gets or sets the position of the queried menu popup.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v21.2.dll

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

Declaration

public Point Position { get; set; }

Property Value

Type Description
Point

The position of the queried menu popup.

See Also