Back to Devexpress

GridMenuItemClickEventArgs.MenuItem Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-gridmenuitemclickeventargs-bccd9906.md

latest1.8 KB
Original Source

GridMenuItemClickEventArgs.MenuItem Property

OBSOLETE

You should use the DXMenuItem property instead of MenuItem

This property is obsolete.

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 DXMenuItem property instead of MenuItem")]
public MenuItem MenuItem { get; }
vb
<EditorBrowsable(EditorBrowsableState.Never)>
<Obsolete("You should use the DXMenuItem property instead of MenuItem")>
Public ReadOnly Property MenuItem As MenuItem

Property Value

TypeDescription
MenuItem

A MenuItem object representing the clicked menu item.

|

See Also

Popup and Context Menus

GridMenuItemClickEventArgs Class

GridMenuItemClickEventArgs Members

DevExpress.XtraGrid.Views.Grid Namespace