GridMenuEventArgs Class
OBSOLETE
You should use the 'PopupMenuShowingEventArgs' instead
Provides data for the menu processing events.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v24.1.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