Skip to main content

TcxDataSummaryItems.DataController Property

Determines the data controller to which the current collection belongs.

Declaration

property DataController: TcxCustomDataController read;

Property Value

Type
TcxCustomDataController

Remarks

Read the DataController property to access the data controller, which contains the current collection. The DataController property retrieves the same value as the DataController property of the Summary object.

See Also