Skip to main content

SvgImagePopupMenuShowingEventArgs.Point Property

Gets the position where the menu is to be invoked.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public Point Point { get; set; }

Property Value

Type Description
Point

The position where the menu is to be invoked.

See Also