| Class | Description |
|---|---|
| CellContentBindingExtension | Links the cell's content to the value of some other property exposed on the control template, for example, the Content property of the ContentPresenter. |
| CellEditorBindingExtension | Interprets and creates the binding required between a cell and its editor at runtime. |
| ThemeConverter | Initializes a new instance of the ThemeConverter class. Provides a type converter to convert Themes to and from various other representations. |
| ThemeKey | Represents a key that provides a unique identifier for each style. Each style associates its key with a view, a theme, and an element. |
| ViewBindingExtension | Interprets and creates the binding between an element and the view applied to a grid. |
| ViewConverter | Allows for a view and theme to be assigned to the View property of a DataGridControl through attribute syntax. |