Skip to main content
A newer version of this page is available. .
Tab

ASPxGridViewContextMenuItemClickEventArgs.Item Property

Gets the clicked context menu item.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public GridViewContextMenuItem Item { get; }

Property Value

Type Description
GridViewContextMenuItem

A GridViewContextMenuItem object, manipulations on which forced the event to be raised.

See Also