Back to Devexpress

Product Class Structure

wpf-6819-controls-and-libraries-data-grid-implementation-details-product-class-structure.md

latest1.7 KB
Original Source

Product Class Structure

  • Jun 07, 2019

The following table lists classes that represent the main elements in the WPF GridControl.

ClassDescription
GridControlThe Data Grid control.
DataViewBaseServes as a base for classes that represent Views.
GridViewBaseServes as the base for objects representing Table and Card views in a grid control.
TableViewA View that displays data in a tabular form.
CardViewRepresents a View that displays data using cards.
TreeListViewA View that displays information in a tree hierarchical structure.
GridColumnThe grid column.
TreeListNodeA node displayed within a TreeListView.

Views Hierarchy

The DXGrid uses a view to display data from a bound data source. The image below shows the hierarchy of classes that represent views: