TcxPivotGridCustomOLAPDataSource.OnInitializeField Event
Enables you to initialize the properties of pivot grid fields that are created to represent OLAP cube elements.
Declaration
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