Back to Devexpress

GridMenuEventArgs Class

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-8c53c923.md

latest1.9 KB
Original Source

GridMenuEventArgs Class

OBSOLETE

You should use the 'PopupMenuShowingEventArgs' instead

Provides data for the menu processing events.

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("You should use the 'PopupMenuShowingEventArgs' instead", false)]
public class GridMenuEventArgs :
    PopupMenuShowingEventArgs
vb
<Obsolete("You should use the 'PopupMenuShowingEventArgs' instead", False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Class GridMenuEventArgs
    Inherits PopupMenuShowingEventArgs

Inheritance

Object EventArgs BasePopupMenuShowingEventArgs PopupMenuShowingEventArgs GridMenuEventArgs

See Also

GridMenuEventArgs Members

PopupMenuShowing

Popup and Context Menus

DevExpress.XtraGrid.Views.Grid Namespace