Skip to main content

Grid-View Class Diagram

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