Skip to main content
All docs
V25.1
  • IPivotTable.GetFields() Method

    Returns a collection of Pivot Table fields.

    Namespace: DevExpress.Blazor.PivotTable

    Assembly: DevExpress.Blazor.PivotTable.v25.1.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