TcxDBVerticalGridItemDataBinding.DataController Property
Represents a data controller that unifies access to a data source.
Declaration
property DataController: TcxDBVerticalGridDataController read;
Property Value
Type |
---|
TcxDBVerticalGridDataController |
Remarks
Used to get access to the TcxDBVerticalGridDataController object that manages the work with a dataset.
See Also