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

GridMenuEventArgs(GridViewMenu, GridHitInfo) Constructor

Initializes a new instance of the GridMenuEventArgs class with the specified settings.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public GridMenuEventArgs(
    GridViewMenu menu,
    GridHitInfo hitInfo
)

Parameters

Name Type Description
menu DevExpress.XtraGrid.Menu.GridViewMenu

A DevExpress.XtraGrid.Menu.GridViewMenu object which represents the Grid View’s context menu. This value is assigned to the Menu property.

hitInfo GridHitInfo

A GridHitInfo object which contains information about the View elements located at the point where an end-user has right-clicked to invoke the context menu. This value is assigned to the HitInfo property.

See Also