DevExpress.Blazor.PivotTable
26.1.4
Prefix Reserved
dotnet add package DevExpress.Blazor.PivotTable --version 26.1.4
NuGet\Install-Package DevExpress.Blazor.PivotTable -Version 26.1.4
<PackageReference Include="DevExpress.Blazor.PivotTable" Version="26.1.4" />
<PackageVersion Include="DevExpress.Blazor.PivotTable" Version="26.1.4" />
<PackageReference Include="DevExpress.Blazor.PivotTable" />
paket add DevExpress.Blazor.PivotTable --version 26.1.4
#r "nuget: DevExpress.Blazor.PivotTable, 26.1.4"
#:package DevExpress.Blazor.PivotTable@26.1.4
#addin nuget:?package=DevExpress.Blazor.PivotTable&version=26.1.4
#tool nuget:?package=DevExpress.Blazor.PivotTable&version=26.1.4
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:
- DevExpress.Blazor.PivotTable
- DevExpress.PivotGrid.Core
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>
Related Components/Packages
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
- Pivot Table - Data binding using Entity Framework Core
- Pivot Table - Export Data to Excel Using Spreadsheet Document APIs
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:
- DevExpress ASP.NET and Blazor Subscription
- DevExpress DXperience Subscription
- DevExpress Universal Subscription
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
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
- DevExpress.Blazor (= 26.1.4)
- DevExpress.Blazor.Resources (= 26.1.4)
- DevExpress.Data (= 26.1.4)
- DevExpress.PivotGrid.Core (= 26.1.4)
- Microsoft.AspNetCore.Components.Web (>= 8.0.15)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on DevExpress.Blazor.PivotTable:
| Package | Downloads |
|---|---|
|
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 |
|
|
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) |
|
|
DevExpress.Blazor.PivotTable.ja
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) |
|
|
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) |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on DevExpress.Blazor.PivotTable:
| Repository | Stars |
|---|---|
|
DevExpress/Blazor
[Archived] This repository has been archived and will no longer receive content updates.
|
| Version | Downloads | Last Updated |
|---|---|---|
| 26.1.4 | 2,092 | 8/7/2026 |
| 26.1.4-pre-26200 | 1,746 | 7/23/2026 |
| 26.1.4-pre-26190 | 1,715 | 7/14/2026 |
| 26.1.4-pre-26179 | 1,496 | 7/2/2026 |
| 26.1.3 | 10,718 | 6/18/2026 |
| 25.2.9 | 172 | 8/3/2026 |
| 25.2.8 | 1,317 | 6/10/2026 |
| 25.2.7 | 1,234 | 5/6/2026 |
| 25.2.6 | 1,824 | 4/7/2026 |
| 25.2.5 | 1,236 | 3/2/2026 |
| 25.2.4 | 1,086 | 2/3/2026 |
| 25.2.3 | 1,528 | 12/18/2025 |
| 25.1.13 | 353 | 7/31/2026 |
| 25.1.12 | 2,962 | 6/10/2026 |
| 25.1.11 | 176 | 5/5/2026 |
| 25.1.10 | 211 | 4/6/2026 |
| 25.1.9 | 2,737 | 3/2/2026 |
| 25.1.8 | 356 | 1/16/2026 |
| 25.1.7 | 1,176 | 12/15/2025 |