Back to Devexpress

DxPivotTable Properties

blazor-devexpress-dot-blazor-dot-pivottable-dot-dxpivottable-dot-underscore-properties.md

latest4.5 KB
Original Source

DxPivotTable Properties

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

NameDescription
AllowDragFieldsSpecifies whether users can drag field headers and drop them onto other areas.
AllowDragFieldsInFieldListSpecifies whether users can drag fields in the Field List.
AllowFieldListDeferredUpdateSpecify whether to enable the Defer Layout Update option in the Field List.
AllowFilterInFieldListSpecifies whether users can apply field filters in the Field List.
AllowSortInFieldListSpecifies whether users can change field sort order in the Field List.
AttributesSpecifies a collection of standard HTML attributes applied to the Pivot Table.
AutoExpandGroupsSpecifies whether to automatically expand all groups when the Pivot Table loads data.
ColumnTotalsPositionSpecifies the position of column totals and column grand total.
CssClassAssigns a CSS class to the Pivot Table.
DataSpecifies an object that supplies Pivot Table data.
FieldCellTemplateSpecifies a common template for all data cells in the Pivot Table.
FieldFilterMenuTemplateSpecifies a common template used to display all Field Filter Menus in the Pivot Table.
FieldHeaderTemplateSpecifies a common template to display field captions in the header area.
FieldsA collection of Pivot Table fields.
FieldValueTemplateSpecifies a common template to display field values in rows or columns.
FilterHeaderAreaDisplayModeSpecifies when to display the Filter Header Area in the Pivot Table.
FilterMenuButtonDisplayModeSpecifies when field headers display filter menu buttons.
RowTotalsPositionSpecifies the position of row totals and row grand total.
ShowColumnGrandTotalsSpecifies whether to display column grand totals.
ShowColumnTotalsSpecifies whether to display column totals.
ShowRowGrandTotalsSpecifies whether to display row grand totals.
ShowRowTotalsSpecifies whether to display row totals.
SizeModeSpecifies the size of Pivot Table elements (for instance, text size and cell height).
VirtualScrollingEnabledSpecifies whether virtual scrolling is enabled.
VirtualScrollingModeSpecifies the virtual scrolling mode for the Pivot Table.

See Also

DxPivotTable Class

DxPivotTable Members

DevExpress.Blazor.PivotTable Namespace