PivotGridMenuItemClickEventArgsBase.Item Property
In This Article
Gets the menu item that has been clicked.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
NuGet Package: DevExpress.Win.PivotGrid
#Declaration
public DXMenuItem Item { get; }
#Property Value
Type | Description |
---|---|
DXMenu |
A DXMenu |
See Also