Skip to main content
All docs
V24.2

IPivotTable.GetFields() Method

Returns a collection of Pivot Table fields.

Namespace: DevExpress.Blazor.PivotTable

Assembly: DevExpress.Blazor.PivotTable.v24.2.dll

NuGet Package: DevExpress.Blazor.PivotTable

Declaration

IReadOnlyList<IPivotTableField> GetFields()

Returns

Type Description
IReadOnlyList<IPivotTableField>

The field collection.

Remarks

Refer to the GetFields() method description for more information and an example.

See Also