Skip to main content
All docs
V25.1

DevExpress v25.1 Update — Your Feedback Matters

Our What's New in v25.1 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DxPivotTable Class

A Pivot Table component for multi-dimensional data analysis and cross-tab reporting.

Namespace: DevExpress.Blazor.PivotTable

Assembly: DevExpress.Blazor.PivotTable.v25.1.dll

NuGet Package: DevExpress.Blazor.PivotTable

#Declaration

C#
public class DxPivotTable :
    ParameterTrackerComponent,
    IAsyncDisposable,
    INestedSettingsOwner,
    IPivotTableDataParamsAccessor,
    IVirtualScrollProviderOwner,
    IPivotTable

#Remarks

Important

This component is currently available as a community technology preview (CTP) and is expected to ship in 2025. If you need to add the Pivot Table UI to a current project, use our existing Pivot Grid component. We are building a new version that uses the shared DevExpress data engine, also used on other .NET platforms, to take advantage of its features.

The Pivot Table component allows you to display and analyze multi-dimensional data from an underlying data source.

Pivot Table - Overview

Run Demo

#Get Started

Use the following guide to create your first project:

Read Tutorial: Get Started with Pivot Table

#API Reference

Refer to the following list for the component API reference: DxPivotTable Members.

#Static Render Mode Specifics

Blazor Pivot Table supports static render mode that can display static data on a single page. To use other features, enable interactivity on a Razor page and allow the Pivot component to execute scripts and display data. Refer to the following topic for additional information: Enable Interactive Render Mode.

Razor
@rendermode InteractiveServer

#Features and Capabilities

For in-depth information about DevExpress Pivot Table for Blazor, review the following topics:

#Inheritance

Object
ComponentBase
DxComponentBase
DevExpress.Blazor.Internal.ParameterTrackerComponent
DxPivotTable
See Also