Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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:

See Also