Product Class Structure
The following table lists classes that represent the main elements in the WPF GridControl.
Class | Description |
---|---|
Grid |
The Data Grid control. |
Data |
Serves as a base for classes that represent Views. |
Grid |
Serves as the base for objects representing Table and Card views in a grid control. |
Table |
A View that displays data in a tabular form. |
Card |
Represents a View that displays data using cards. |
Tree |
A View that displays information in a tree hierarchical structure. |
Grid |
The grid column. |
Tree |
A node displayed within a Tree |
#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:
DataViewBase and GridDataViewBase
Provide the basic functionality common to all types of view.
-
Serves as a base for classes that represent Table and Card views. This class provides the basic functionality common to these types of view.
-
Represents data in a tabular form. To learn more, see Table View.
-
Represents data as cards. To learn more, see Card View.
-
Displays information in a Tree-Grid hybrid - in either data bound or unbound mode.