Skip to main content

TcxPivotGridField Events

Implements a pivot grid field used in provider and unbound modes.
Name Description
OnCalculateCustomSummary Occurs when a summary value needs to be calculated manually.
OnGetDisplayText Allows you to customize text in the data cell that corresponds to the pivot grid field.
OnGetGroupImageIndex Occurs when an image is associated with a grouping item.
OnGetGroupValue Occurs when a grouping value for a field value is to be determined.
OnGetGroupValueDisplayText Allows you to customize a grouping value‘s text that corresponds to the pivot grid field.
OnGetProperties Allows you to change the active editor and customize its settings depending on specific conditions.
OnGetStoredProperties Enables you to customize a list of the current field’s properties to be stored to external data stores.
OnGetStoredPropertyValue Enables you to provide values for field properties to be saved to external data stores.
OnGetTotalDisplayText Enables you to customize the text displayed in total headers that correspond to the current field.
OnSetStoredPropertyValue Enables you to restore the current field’s property values from external data stores.
PropertiesEvents
See Also