Skip to main content

Member Table: Format Cells and Values

  • 2 minutes to read
Member Description
TcxPivotGridField.DisplayFormat Specifies the formatting pattern used to display field values.
TcxPivotGridField.Properties, TcxPivotGridField.PropertiesClass, TcxPivotGridField.PropertiesClassName, and TcxPivotGridField.RepositoryItem Assigns the formatting editor or repository item to a field.
TcxPivotGridCustomTotal.DisplayFormat Specifies the formatting pattern used to display the values of a field’s custom totals which are accessible via the field’s CustomTotals collection.
TcxPivotGridOptionsView.MarkNarrowCells Specifies whether data cells with truncated contents are marked with specific characters.
TcxPivotGridField.OnGetDisplayText Enables you to customize a string representation of the field values displayed within the data cells that correspond to the current field.
TcxCustomPivotGrid.OnCustomDrawCell Enables data cells to be painted manually. You can provide different formatting for different cells. The display text supplied via this event will not be used when printing or exporting the pivot grid.
TcxPivotGridField.OnGetProperties Enables you to dynamically assign a formatting editor for each field cell.
TcxPivotGridField.OnGetGroupValueDisplayText Enables a string representation of grouping values to be customized.
TcxCustomPivotGrid.OnCustomDrawColumnHeader Enables column headers to be painted manually. The display text supplied via this event will not be used when printing or exporting the pivot grid.
TcxCustomPivotGrid.OnCustomDrawRowHeader Enables row headers to be painted manually. The display text supplied via this event will not be used when printing or exporting the pivot grid.
TcxCustomPivotGrid.OnLayoutChanged Enables you to track changes made to the pivot grid’s layout.
See Also