Back to Devexpress

DevExpress.Blazor.PivotTable Namespace

blazor-devexpress-dot-blazor-4de0fbce.md

latest6.8 KB
Original Source

DevExpress.Blazor.PivotTable Namespace

Contains classes for DevExpress Blazor Pivot Table component.

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

NuGet Package : DevExpress.Blazor.PivotTable

Classes

NameDescription
DxPivotTableA Pivot Table component for multi-dimensional data analysis and cross-tab reporting.
DxPivotTableFieldDefines a field that supplies data for the Pivot Table component.
PivotTableCustomizeFilterMenuEventArgsContains data for the CustomizeFilterMenu event.
PivotTableFieldStores information about the current Pivot Table field.
PivotTableFieldCellTemplateContextStores information about the processed field and is passed as the context parameter to FieldCellTemplate or CellTemplate.
PivotTableFieldFilterMenuDataItemDefines a data item in the Field Filter Menu’s data item collection.
PivotTableFieldFilterMenuTemplateContextStores information about a field and is passed as the context parameter to DxPivotTable.FieldFilterMenuTemplate and DxPivotTableField.FilterMenuTemplate templates.
PivotTableFieldHeaderTemplateContextStores information about the processed field and is passed as the context parameter to FieldHeaderTemplate or HeaderTemplate.
PivotTableFieldPositionChangingEventArgsContains data for the FieldPositionChanging event.
PivotTableFieldValueTemplateContextStores information about the processed field and is passed as the context parameter to FieldValueTemplate or ValueTemplate.
PivotTableFilterCriteriaChangedEventArgsStores data for the FilterCriteriaChanged event.
PivotTablePersistentLayoutContains information about a Pivot Table layout.
PivotTablePersistentLayoutCollection<T>A collection of objects that store information about DxPivotTable element layouts.
PivotTablePersistentLayoutEventArgsProvides data for the LayoutAutoSaving and LayoutAutoLoading events.
PivotTablePersistentLayoutFieldContains information about field layout settings.

Interfaces

NameDescription
IPivotTableAn interface that defines the DxPivotTable component’s API members (properties and methods).
IPivotTableFieldAn interface that defines the DxPivotTable component’s field.

Enums

NameDescription
PivotTableAllowedAreasLists values that specify areas where a Pivot Table field can be positioned.
PivotTableAreaLists values that specify the area where the Pivot Table field is displayed.
PivotTableColumnTotalsPositionLists values that specify the position of column totals relative to columns.
PivotTableFilterHeaderAreaDisplayModeLists values that specify when the Pivot Table displays the Filter Header Area.
PivotTableFilterMenuButtonDisplayModeLists values that specify when the Pivot Table displays filter menu buttons in field headers.
PivotTableGroupIntervalLists values that specify how the values of a column or row field are combined into groups.
PivotTableRowTotalsPositionLists values that specify the position of row totals relative to rows.
PivotTableSortOrderLists the values that specify the sort order of Pivot Table fields.
PivotTableSummaryTypeLists values that specify the summary function types.
PivotTableValueTypeLists values that specify the types of column and row field values.
PivotTableVirtualScrollingModeLists virtual scrolling modes for the Pivot Table.