Skip to main content

PivotGridMenuItemClickEventArgsBase.Item Property

Gets the menu item that has been clicked.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.dll

NuGet Package: 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