Back to Devexpress

Cell

aspnet-3590-components-pivot-grid-ui-elements-cell.md

latest2.0 KB
Original Source

Cell

  • Dec 17, 2020

Cells display summary values that have been calculated for row and column fields. Cells are located in the Data Area of a pivot grid.

Each cell displays a summary calculated against a data field for a subset of records in the control’s underlying data source. All records from this subset have matching values in a column field(s) and row field(s). These values are identified by column and row headers.

The table below lists the main properties, which affect the appearance of data cells. For information on properties which affect the appearance of total cells and grand total cells, refer to the Totals and Grand Totals topics.

CharacteristicsMembers
AppearancePivotGridStyles.CellStyle, PivotGridField.CellStyle
SummaryPivotGridFieldBase.SummaryType, PivotGridFieldBase.SummaryDisplayType
Customizing Display ValuesThe ASPxPivotGrid.CustomCellDisplayText event.
FormatPivotGridFieldBase.CellFormat

See Also

Grand Totals

Totals

Data Area