Skip to main content
All docs
V26.1
  • DXPopupMenu(EventHandler, ScaleHelper) Constructor

    This method supports internal infrastructure and is not intended to be used in code.

    Namespace: DevExpress.Utils.Menu

    Assembly: DevExpress.Utils.v26.1.dll

    Declaration

    public DXPopupMenu(
        EventHandler beforePopup,
        ScaleHelper scaleDPI = null
    )

    Parameters

    Name Type Description
    beforePopup EventHandler

     

    Optional Parameters

    Name Type Default Description
    scaleDPI DevExpress.Utils.DPI.ScaleHelper null

     

    Remarks

     

    See Also