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.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.PivotGrid

Declaration

public DXMenuItem Item { get; }

Property Value

Type Description
DXMenuItem

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

See Also