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

TcxDBVerticalGridDataController Class

Represents a data controller that handles a data from a dataset via a data source object.

#Declaration

Delphi
TcxDBVerticalGridDataController = class(
    TcxDBDataController,
    IcxVerticalGridDBDataContoller
)

#Remarks

This object provides a unified interface and implements reusable operations so it eases the task for the developer to work with a dataset. This class was designed to automatically map the grid rows to the dataset fields and update the data in the grid control. The TcxDBVerticalGridDataController also supports a feature named Grid Mode that enables the data controller to cache data in limited amounts of records as specified by the GridModeBufferCount property. For details please refer to the GridMode property.

#Inheritance

See Also