Back to Devexpress

PivotFieldReferenceBase.Field Property

officefileapi-devexpress-dot-spreadsheet-dot-pivotfieldreferencebase-c25d11cb.md

latest1.8 KB
Original Source

PivotFieldReferenceBase.Field Property

Provides access to the underlying pivot field referenced by the current object.

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
PivotField Field { get; }
vb
ReadOnly Property Field As PivotField

Property Value

TypeDescription
PivotField

A PivotField object that is the referenced pivot field.

|

Remarks

The Field property allows you to get access to the underlying PivotField object referenced by the current row (PivotFieldReference), column (PivotFieldReference), page (PivotPageField) or data field (PivotDataField). Use the PivotField‘s properties and methods to obtain and modify (if necessary) the field’s settings.

See Also

PivotFieldReferenceBase Interface

PivotFieldReferenceBase Members

DevExpress.Spreadsheet Namespace