GridMenuEventArgs Class
In This Article
OBSOLETE
You should use the 'Popup
Provides data for the menu processing events.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("You should use the 'PopupMenuShowingEventArgs' instead", false)]
public class GridMenuEventArgs :
PopupMenuShowingEventArgs
#Inheritance
See Also