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

TdxServerModeDataController Class

The base class for all classes that implement server mode data controllers.

#Declaration

Delphi
TdxServerModeDataController = class(
    TcxCustomDataController
)

#Remarks

This class introduces members that provide the main functionality for data controllers that manage data of base server mode data sources (TdxServerModeCustomDataSource and TdxServerModeDataSource).

The TcxGridServerModeDataController class (a TdxServerModeDataController descendant) provides data management capabilities for the ExpressQuantumGrid control in server mode. Refer to this topic to learn more.

#Inheritance

See Also