Skip to main content
All docs
V25.1
  • SvgImagePopupMenuShowingEventArgs.Point Property

    Gets the position where the menu is to be invoked.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.Utils.v25.1.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