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

PivotGridMenuItemClickEventArgsBase.Item Property

Gets the menu item that has been clicked.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.1.dll

Declaration

public DXMenuItem Item { get; }

Property Value

Type Description
DXMenuItem

A DXMenuItem object which specifies the menu item that has been clicked.

See Also