Back to Devexpress

Grid-View Class Diagram

vcl-171229-expressquantumgrid-concepts-grid-view-class-diagram.md

latest952 B
Original Source

Grid-View Class Diagram

  • Mar 20, 2024

The grid provides the following data presentation capabilities:

  • Master-detail data presentation. When it’s enabled, individual Views (details) are organized by means of “levels“ into sub-Views within the composite View, to reflect the relational dependency of the underlying data.

  • Different types of Views provide different data representations, e.g. table, expandable cards, charts.

  • To represent data in different data modes, some Views have several modifications, each used with particular data source type – a dataset, unbound data, in-memory datasets, etc.

The following class diagram shows the grid-level-View composition along with the View inheritance hierarchy.

See Also

Grid Structure Overview