DevExpress.Blazor.PivotTable 26.1.5-pre-26227

DevExpress Blazor Pivot Table

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

Key Features

  • Group Summaries
  • Grand Totals
  • Data sorting
  • Data grouping
  • Data filtering
  • Persistent layout
  • Templates
  • Virtual scrolling
  • Keyboard support

Examples

The Pivot Table component requires the following NuGet packages:

Install required packages:

dotnet add package DevExpress.Blazor.PivotTable
dotnet add package DevExpress.PivotGrid.Core

Example 1: Bind a Pivot Table to an In-Memory Data Source

<DxPivotTable Data="SalesData">
    <Fields>
        <DxPivotTableField Field="@nameof(Sales.SaleInfo.Region)"
                           Area="@PivotTableArea.Row"
                           AreaIndex="0" />
        <DxPivotTableField Field="@nameof(Sales.SaleInfo.Country)"
                           Area="@PivotTableArea.Row"
                           SortOrder="@PivotTableSortOrder.Descending"
                           AreaIndex="1" />
        <DxPivotTableField Field="@nameof(Sales.SaleInfo.Date)"
                           GroupInterval="@PivotTableGroupInterval.DateYear"
                           Area="@PivotTableArea.Column"
                           AreaIndex="0"
                           Caption="Year" />
        <DxPivotTableField Field="@nameof(Sales.SaleInfo.Date)"
                           GroupInterval="@PivotTableGroupInterval.DateQuarter"
                           Area="@PivotTableArea.Column"
                           AreaIndex="1"
                           Caption="Quarter" />
        <DxPivotTableField Field="@nameof(Sales.SaleInfo.Amount)"
                           SortOrder="@PivotTableSortOrder.Ascending"
                           Area="@PivotTableArea.Data"
                           SummaryType="@PivotTableSummaryType.Sum" />
    </Fields>
</DxPivotTable>

@code {
    IEnumerable<Sales.SaleInfo> SalesData;
    protected override async Task OnInitializedAsync() {
        SalesData = await Sales.GetSalesAsync();
    }
}

Example 2: Filter Data Using Filter Fields

<DxPivotTable Data="@PivotData">
    <Fields>
        @*...*@
        <DxPivotTableField Field="@nameof(VehiclesData.TrademarkItem.Modification)"
                           Area="@PivotTableArea.Filter"/>
        <DxPivotTableField Field="@nameof(VehiclesData.TrademarkItem.BodyStyle)"
                           Name="@BodyStyleName"
                           Area="@PivotTableArea.Filter" />
        <DxPivotTableField Field="@nameof(VehiclesData.TrademarkItem.SalesDate)"
                           GroupInterval="@PivotTableGroupInterval.Date"
                           Name="fieldSalesDate"
                           Area="@PivotTableArea.Filter" />
    </Fields>
</DxPivotTable>

DevExpress.AIIntegration.Blazor.Chat - DevExpress AI-powered Chat.

dotnet add package DevExpress.AIIntegration.Blazor.Chat

DevExpress.Blazor.PdfViewer - DevExpress Blazor PDF Viewer component.

dotnet add package DevExpress.Blazor.PdfViewer

DevExpress.Blazor.RichEdit - DevExpress Blazor Rich Text Editor component.

dotnet add package DevExpress.Blazor.RichEdit

Demos

GitHub Examples

Documentation

Evaluation Period, Pricing Options, and Licensing Terms

Whether you own a license or want to start a 30-day evaluation period, download and register your DevExpress license key. To obtain your key, log in to the DevExpress Download Manager. Use your existing DevExpress.com account or create a new account for free. For key registration instructions, see License Key for DevExpress Products.

If you purchase a license after evaluating a product, re-register your updated DevExpress license key to remove evaluation version warnings/messages.

This package is included in the following commercial subscriptions:

See DevExpress Subscriptions & Licensing for subscription comparison tables, purchasing FAQ, and licensing information.

Software Bill of Materials (SBOM)

To access SBOM files for DevExpress packages, see the following article: Software Bill of Materials (SBOM) for DevExpress .NET assemblies/NuGet packages, JavaScript, VCL and other redistributable artifacts.

See Also: Information Security | Security - What You Need to Know

Useful Online Resources

Showing the top 20 packages that depend on DevExpress.Blazor.PivotTable.

Packages Downloads
DevExpress.Blazor.PivotTable.de
Target Platform/Framework: Web DevExpress Product Libraries Used: Blazor UI components (https://www.devexpress.com/blazor) Available in the following DevExpress Subscription(s): Universal, DXperience, ASP.NET & Blazor (includes DevExtreme)
2
DevExpress.Blazor.PivotTable.es
Target Platform/Framework: Web DevExpress Product Libraries Used: Blazor UI components (https://www.devexpress.com/blazor) Available in the following DevExpress Subscription(s): Universal, DXperience, ASP.NET & Blazor (includes DevExtreme)
2
DevExpress.ExpressApp.Blazor
Target Platform/Framework: Web, Mobile DevExpress Product Libraries Used: XAF (Cross-Platform .NET App UI & Web API) (https://www.devexpress.com/xaf) Available in the following DevExpress Subscription(s): Universal
1
DevExpress.ExpressApp.Blazor
Target Platform/Framework: Web, Mobile DevExpress Product Libraries Used: XAF (Cross-Platform .NET App UI & Web API) (https://www.devexpress.com/xaf) Available in the following DevExpress Subscription(s): Universal SBOM: https://sbom.devexpress.com/nuget/DevExpress.ExpressApp.Blazor/26.1.4-pre-26179
1
DevExpress.ExpressApp.Blazor
Target Platform/Framework: Web, Mobile DevExpress Product Libraries Used: XAF (Cross-Platform .NET App UI & Web API) (https://www.devexpress.com/xaf) Available in the following DevExpress Subscription(s): Universal SBOM: https://sbom.devexpress.com/nuget/DevExpress.ExpressApp.Blazor/26.1.4-pre-26190
1
DevExpress.Blazor.PivotTable.de
Target Platform/Framework: Web DevExpress Product Libraries Used: Blazor UI components (https://www.devexpress.com/blazor) Available in the following DevExpress Subscription(s): Universal, DXperience, ASP.NET & Blazor (includes DevExtreme) SBOM: https://sbom.devexpress.com/nuget/DevExpress.Blazor.PivotTable.de/26.1.5-pre-26227
1
DevExpress.Blazor.PivotTable.de
Target Platform/Framework: Web DevExpress Product Libraries Used: Blazor UI components (https://www.devexpress.com/blazor) Available in the following DevExpress Subscription(s): Universal, DXperience, ASP.NET & Blazor (includes DevExtreme)
1
DevExpress.Blazor.PivotTable.de
Target Platform/Framework: Web DevExpress Product Libraries Used: Blazor UI components (https://www.devexpress.com/blazor) Available in the following DevExpress Subscription(s): Universal, DXperience, ASP.NET & Blazor (includes DevExtreme) SBOM: https://sbom.devexpress.com/nuget/DevExpress.Blazor.PivotTable.de/26.1.4-pre-26190
1
DevExpress.Blazor.PivotTable.de
Target Platform/Framework: Web DevExpress Product Libraries Used: Blazor UI components (https://www.devexpress.com/blazor) Available in the following DevExpress Subscription(s): Universal, DXperience, ASP.NET & Blazor (includes DevExtreme) SBOM: https://sbom.devexpress.com/nuget/DevExpress.Blazor.PivotTable.de/26.1.4-pre-26179
1
DevExpress.Blazor.PivotTable.de
Target Platform/Framework: Web DevExpress Product Libraries Used: Blazor UI components (https://www.devexpress.com/blazor) Available in the following DevExpress Subscription(s): Universal, DXperience, ASP.NET & Blazor (includes DevExtreme) SBOM: https://sbom.devexpress.com/nuget/DevExpress.Blazor.PivotTable.de/26.1.4-pre-26200
1

.NET 8.0

Version Downloads Last updated
26.1.5-pre-26227 1 08/19/2026
26.1.4 1 08/19/2026
26.1.4-pre-26200 1 08/19/2026
26.1.4-pre-26190 1 08/19/2026
26.1.4-pre-26179 1 08/20/2026
26.1.3 1 08/19/2026
25.2.9 1 08/19/2026
25.2.8 1 08/19/2026
25.2.7 1 08/19/2026
25.2.6 1 08/20/2026
25.2.5 1 03/04/2026
25.2.4 0 02/03/2026
25.2.3 1 01/21/2026
25.1.13 1 08/19/2026
25.1.12 1 08/19/2026
25.1.11 1 08/19/2026
25.1.10 1 08/19/2026
25.1.9 1 03/04/2026
25.1.8 1 01/21/2026
25.1.7 1 01/21/2026
25.1.6 2 12/17/2025
25.1.5 1 01/21/2026
25.1.4 2 12/17/2025
25.1.3 2 09/02/2025