Skip to main content
Tab

ASPxGridViewContextMenuItemClickEventArgs.Item Property

Gets the clicked context menu item.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public GridViewContextMenuItem Item { get; }

Property Value

Type Description
GridViewContextMenuItem

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

See Also