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

    DevExpress.Blazor.PivotTable Namespace

    In This Article

    Contains classes for DevExpress Blazor Pivot Table component.

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

    NuGet Package: DevExpress.Blazor.PivotTable

    #Classes

    Name Description
    DxPivotTable A Pivot Table component for multi-dimensional data analysis and cross-tab reporting.
    DxPivotTableField Defines a field that supplies data for the Pivot Table component.
    PivotTableCustomizeFilterMenuEventArgs Contains data for the CustomizeFilterMenu event.
    PivotTableField Stores information about the current Pivot Table field.
    PivotTableFieldCellTemplateContext Stores information about the processed field and is passed as the context parameter to FieldCellTemplate or CellTemplate.
    PivotTableFieldFilterMenuDataItem Defines a data item in the Field Filter Menu’s data item collection.
    PivotTableFieldFilterMenuTemplateContext Stores information about a field and is passed as the context parameter to DxPivotTable.FieldFilterMenuTemplate and DxPivotTableField.FilterMenuTemplate templates.
    PivotTableFieldHeaderTemplateContext Stores information about the processed field and is passed as the context parameter to FieldHeaderTemplate or HeaderTemplate.
    PivotTableFieldPositionChangingEventArgs Contains data for the FieldPositionChanging event.
    PivotTableFieldValueTemplateContext Stores information about the processed field and is passed as the context parameter to FieldValueTemplate or ValueTemplate.
    PivotTableFilterCriteriaChangedEventArgs Stores data for the FilterCriteriaChanged event.
    PivotTablePersistentLayout Contains information about a Pivot Table layout.
    PivotTablePersistentLayoutCollection<T> A collection of objects that store information about DxPivotTable element layouts.
    PivotTablePersistentLayoutEventArgs Provides data for the LayoutAutoSaving and LayoutAutoLoading events.
    PivotTablePersistentLayoutField Contains information about field layout settings.

    #Interfaces

    Name Description
    IPivotTable An interface that defines the DxPivotTable component’s API members (properties and methods).
    IPivotTableField An interface that defines the DxPivotTable component’s field.

    #Enums

    Name Description
    PivotTableAllowedAreas Lists values that specify areas where a Pivot Table field can be positioned.
    PivotTableArea Lists values that specify the area where the Pivot Table field is displayed.
    PivotTableColumnTotalsPosition Lists values that specify the position of column totals relative to columns.
    PivotTableFilterHeaderAreaDisplayMode Lists values that specify when the Pivot Table displays the Filter Header Area.
    PivotTableFilterMenuButtonDisplayMode Lists values that specify when the Pivot Table displays filter menu buttons in field headers.
    PivotTableGroupInterval Lists values that specify how the values of a column or row field are combined into groups.
    PivotTableRowTotalsPosition Lists values that specify the position of row totals relative to rows.
    PivotTableSortOrder Lists the values that specify the sort order of Pivot Table fields.
    PivotTableSummaryType Lists values that specify the summary function types.
    PivotTableValueType Lists values that specify the types of column and row field values.