| CellClickEventArgs | Represents arguments for CellClick event. |
| ColumnHeaderClickedEventArgs | Contains event data. |
| ColumnResizeSettings | Represents settings for column resizing. |
| CustomEditorEventArgs | Represents arguments for a method delegated to provide data into a custom editor of DataGrid. |
| DataGrid | Displays data in a customizable grid. |
| DataGridBoolCell | Represents a Boolean cell in DataGrid. |
| DataGridBoolColumn | Represents a column which contains cells with Boolean values. |
| DataGridCell | Identifies a cell in the grid. |
| DataGridCellEventArgs | Contains event data. |
| DataGridColumn | Specifies the appearance, text formatting, and behavior of a DataGrid control column. This class is abstract. |
| DataGridComboBoxCell | Represents a text cell in DataGrid. |
| DataGridComboBoxColumn | Represents a column which contains cells which can be edited with a ComboBox. |
| DataGridImageCell | Represents a PNG image cell in DataGrid. |
| DataGridImageColumn | Represents a column which contains cells with images. |
| DataGridRow | Contains data of a row. |
| DataGridRowStyle | Specifies the appearance, text formatting, and behavior of a DataGrid control Row. This class is abstract. |
| DataGridTableStyle | Represents the table drawn by the DataGrid control at run time. |
| DataGridTextCell | Represents a cell which prints textual outupt. |
| DataGridTextColumn | Represents a column which contains cells with textual output. |
| EditContolCreatedEventArgs | Represents the event args, for EditControlCreated events. |
| GridColumnStylesCollection | Represents the collection DataGridColumn class objects. |
| GridRowStylesCollection | Represents the collection DataGridRowStyle class objects. |
| GridTableStylesCollection | Represents the collection of DataGridTableStyle class objects. |
| MissingDataProviderException | Represents an exception which is thrown if you try to edit a cell of DataGrid with CustomEditor but you do not provide a method for SetDataFromEditorToCell or for SetDataFromCellToEditor delegate. |
| PageManager | Manages Pages in DataGrid control. |
| RowClickedEventArgs | Contains event data. |
| ScrollBarSettings | Represents settings for built-in scroll Bars. |
| SortChangedEventArgs | Represents arguments for DataGrid's SortChanged handler. DataGrid will try to run this handler whenever the user tries to sort a column by clicking on its header. |
| SortingParameter | Represents a sorting parameter, which contains information about the column and the sort direction. |
| UIControl | The UIControl is the base class for other sub controls in DataGrid e.g. UIControlFooter, UIControlCells etc. |
| UIControlCells | The UIControl that draws the cells inside the DataGrid control. |
| UIControlColumnHeader | The UIControl that draws the column header above cells. |
| UIControlFooter | The UIControl that draws the footer at the bottom part of the DataGrid control. |
| UIControlHeader | The UIControl that draws the header at the top part of the DataGrid control. |
| UIControlRowHeader | The UIControl that draws the row header on the left side of the DataGrid control. |
| IWrappable | Specifies if the object contains wrappable data. |
| CellClickEventHandler | Delegate for CellClick event. |
| ColumnHeaderClickedEventHandler | Represents the method that will handle an event. |
| CustomEditorDelegate | Delegate used by DataGrid to provide data into a custom editor. |
| DataGridEditCellDelegate | Edit cell delegate. |
| DataGridGatheringRowColorsDelegate | Delegate used to gather custom colors for row. |
| DataGridGatheringRowDelegate | Delegate used to gather data in a row. |
| DataGridSortChangedDelegate | Delegate for methods that will prepare data when a sorting state was changed. |
| DataGridValidateDelegate | Checks the new value, whether it is valid and could be commited or invalid and the changes would be canceled. |
| DataGridCellEventHandler | Represents the method that will handle an event. |
| EditControlCreatedEventHandler | Event handler type for handling the EditControlCreated event. |
| RowClickedEventHandler | Represents the method that will handle an event. |
| UIControlCellsGatheringCellColorsHandler | Delegate used to gather custom colors for cells. |
| ActionsOnCellClick | Determines the possible action on cell click. |
| ColumnResizing | Specifies the available resizing types for a column. |
| ColumnSortDirection | Represent the sort direction for a column in DataGrid control. |
| CommitTypes | Specifies the commit types available by cell editor. |
| DataGridBoolColumnCheckBoxResize | Specifies the behavior of DataGridBoolColumn when drawing a checkbox about how the size of checkbox is computed. |
| SortingModes | Defines the supported sorting modes for DataGrid control. |