Skip to main content

PivotFieldEventArgs.Field Property

Gets the field being processed.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll

#Declaration

public PivotGridField Field { get; }

#Property Value

Type Description
PivotGridField

A PivotGridField object which represents the field currently being processed.

See Also