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

TcxCustomDataController.CustomDataSource Property

Identifies the user-defined data source.

#Declaration

Delphi
property CustomDataSource: TcxCustomDataSource read; write;

#Property Value

Type
TcxCustomDataSource

#Remarks

Use the CustomDataSource property to specify the user-defined data source which allows the representation of arbitrary data within a visual display control. This mode is called provider mode. To use provider mode you should create your own class by deriving it from TcxCustomDataSource and assign an instance of this class to the CustomDataSource property.

See Also