ASPxGridViewContextMenuItemClickEventArgs.Item Property
In This Article
Gets the clicked context menu item.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public GridViewContextMenuItem Item { get; }
#Property Value
Type | Description |
---|---|
Grid |
A Grid |
See Also