Back to Devexpress

Member Table: Format Cells and Values

aspnet-7290-components-pivot-grid-member-tables-data-related-features-member-table-format-cells-and-values.md

latest1.7 KB
Original Source

Member Table: Format Cells and Values

  • Jun 07, 2022
MemberDescription
PivotGridFieldBase.CellFormatProvides settings used to format cell values within the Data Area and by default, summary total values and summary grand total values. You can use the predefined format strings or implement custom formatting logic.
PivotGridFieldBase.GrandTotalCellFormatProvides settings used to format summary grand total values.
PivotGridFieldBase.TotalCellFormatProvides settings used to format summary total values and by default, summary grand total values.
PivotGridFieldBase.ValueFormatProvides settings used to format field values.
ASPxPivotGrid.CustomCellDisplayTextProvides the ability to customize the display text within data cells (the cells which are displayed within the Data Area). The display text supplied via this event will be used when exporting the pivot grid.
ASPxPivotGrid.FieldValueDisplayTextEnables the display text of individual column and row headers and filter dropdown items to be customized.