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

PivotGridMenuItemClickEventArgs.Field Property

Gets the field whose header has been right-clicked by an end-user.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v20.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public PivotGridField Field { get; }

Property Value

Type Description
PivotGridField

A PivotGridField field whose header has been right-clicked.

See Also