Grid Structure
This topic includes links to class diagrams and reference charts that help you understand the VCL Grid Control‘s inner class structure.
#Class Diagrams
The following topics contain class diagrams that illustrate the relationships between grid elements:
- Grid-View Class Diagram
- View-Controller Class Diagram
- View-Data Controller Class Diagram
- View-ViewData Class Diagram
- View-Look and Feel Painter Class Diagram
- Field-Per-Item Mapping
#ViewInfo Reference Charts
ViewInfo objects store information that painters use to render grid View elements.
You can use ViewInfo objects to custom paint elements in any of the following ways:
- Within custom draw event handlers
- Within custom painter classes used to paint elements that do not have the corresponding custom draw events
Refer to the following topics for more information: