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

TcxCustomDataSource.DataChanged Method

In This Article

Notifies a data controller of data changes in the current data source.

#Declaration

Delphi
procedure DataChanged; virtual;

#Remarks

Call this method after data provided by the custom data source has been changed (when you insert or delete records). The DataChanged method forces the grid control to re-read data from the data source.

See Also