blazor-devexpress-dot-blazor-4de0fbce.md
Contains classes for DevExpress Blazor Pivot Table component.
Assembly : DevExpress.Blazor.PivotTable.v25.2.dll
NuGet Package : DevExpress.Blazor.PivotTable
| 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. |
| 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. |
| 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. |
| PivotTableVirtualScrollingMode | Lists virtual scrolling modes for the Pivot Table. |