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

PivotGridMenuEventArgsBase.Field Property

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

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v18.2.dll

Declaration

public PivotGridFieldBase Field { get; }

Property Value

Type Description
PivotGridFieldBase

A PivotGridFieldBase object which represents the field whose header has been right-clicked by an end-user.

Remarks

End-users can invoke the field header context menu by right-clicking the field header. The Field property represents the field to which the clicked header corresponds.

See Also