Skip to main content
All docs
V26.1
  • DxPivotTable Class

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

    Namespace: DevExpress.Blazor.PivotTable

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

    Declaration

    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.

    Pivot Table - Overview

    Run Demo

    Get Started

    Use the following guide to create your first project:

    Read Tutorial: Get Started with Pivot Table View Example: Data binding Using Entity Framework Core

    API Reference

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

    Static Render Mode Specifics

    Blazor Pivot Table responds to data updates and supports user interaction when you enable interactive render mode. In static render mode, Pivot Table can only display static data on a single page.

    @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