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

View-ViewData Class Diagram

A ViewData class acts as an adapter between a data controller and a grid View. All data to be displayed in the current View is accumulated in the ViewData. The ViewData’s logic transforms the data obtained from the data controller into formats specific for the given View.

The following class diagram shows the relationship of grid Views and corresponding ViewData classes.

View Data Class Diagram

See Also