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

TcxPivotGridGroupItem.DataController Property

Provides access to the control’s data controller.

#Declaration

Delphi
property DataController: TcxCustomDataController read;

#Property Value

Type
TcxCustomDataController

#Remarks

Use this property to access the object used to retrieve and manage the data displayed within the pivot grid control. You can use the DataController property to get direct access to the underlying data source. However, it’s recommended that you use the pivot grid’s ViewData property since it provides a more convenient way to access the displayed data.

Note

The data controller can be used to add unbound fields into the control and supply data to them. See the example on how to do this.

See Also