Back to Devexpress

DxPivotTable Class

blazor-devexpress-dot-blazor-dot-pivottable.md

latest4.1 KB
Original Source

DxPivotTable Class

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

Namespace : DevExpress.Blazor.PivotTable

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

NuGet Package : DevExpress.Blazor.PivotTable

Declaration

csharp
public class DxPivotTable :
    ParameterTrackerComponent,
    IAsyncDisposable,
    IVirtualScrollProviderHost,
    INestedSettingsOwner,
    IPivotTableDataParamsAccessor,
    IPivotTable

Remarks

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

Run Demo

Get Started

Use the following guide to create your first project:

Read Tutorial: Get Started with Pivot Table

YouTube video

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 Table 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:

Implements

IComponent

IHandleEvent

IHandleAfterRender

IAsyncDisposable

IPivotTable

Inheritance

Object ComponentBase DxComponentBase DevExpress.Blazor.Internal.ParameterTrackerComponent DxPivotTable

See Also

DxPivotTable Members

DevExpress.Blazor.PivotTable Namespace