Skip to main content

GridMenuEventArgs Class

OBSOLETE

You should use the 'PopupMenuShowingEventArgs' instead

Provides data for the menu processing events.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v23.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