Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

PivotField.Axis Property

Returns the region of the pivot table where the current field is displayed.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

PivotAxisType Axis { get; }

Property Value

Type Description
PivotAxisType

A PivotAxisType enumeration value specifying the PivotTable region.

See Also