Back to Devexpress

View-ViewData Class Diagram

vcl-171232-expressquantumgrid-concepts-class-diagrams-view-viewdata-class-diagram.md

latest614 B
Original Source

View-ViewData Class Diagram

  • Jul 29, 2021

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.

See Also

Grid Structure Overview