TcxDataSummaryItem.DataController Property
Provides access to the parent data controller.
Declaration
property DataController: TcxCustomDataController read;
Property Value
Type | Description |
---|---|
TcxCustomDataController | The parent data controller. You need to cast the property value to the corresponding terminal TcxCustomDataController class descendant to access all public API members. Tip You can call the |
See Also