GridMenuEventArgs(GridViewMenu, GridHitInfo) Constructor
Initializes a new instance of the GridMenuEventArgs class with the specified settings.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
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