GridView.InvokeMenuItemClick(GridMenuItemClickEventArgs) Method
In This Article
This member supports the View’s infrastructure and should not be used from your code.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
public void InvokeMenuItemClick(
GridMenuItemClickEventArgs e
)
#Parameters
Name | Type | Description |
---|---|---|
e | Grid |
A Grid |
See Also