Skip to main content
All docs
V24.2

DevExpress.Blazor.PivotTable Namespace

Contains classes for DevExpress Blazor Pivot Table component.

Assembly: DevExpress.Blazor.PivotTable.v24.2.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.
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.
PivotTableFieldHeaderTemplateContext Stores information about the processed field and is passed as the context parameter to FieldHeaderTemplate or HeaderTemplate.
PivotTableFieldValueTemplateContext Stores information about the processed field and is passed as the context parameter to FieldValueTemplate or ValueTemplate.

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
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.
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.