Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxPivotGridField Events

An unbound pivot grid.
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