Skip to main content

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:

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:

The following topics include tables that reference View elements and the corresponding ViewInfo and painter classes:

Note

View elements in these tables are sorted by the names of ViewInfo classes.

See Also