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

TcxPivotGridCustomOLAPDataSource.OnInitializeField Event

In This Article

Enables you to initialize the properties of pivot grid fields that are created to represent OLAP cube elements.

#Declaration

Delphi
property OnInitializeField: TcxPivotGridInitializeFieldEvent read; write;

#Remarks

This event is fired for each pivot grid field that is created by the RetrieveFields method.

The Sender parameter provides access to the current data source.

See Also