The following list summarizes the class relationships between the more important classes included in the DataGrid for Silverlight:
• C1.Silverlight.DataGrid.C1DataGrid :
System.Windows.Controls.Control
Encapsulates most
of the grid functionality. This component is shown in Visual Studio's
Toolbox.
• C1.Silverlight.DataGrid.DataGridColumn :
System.Object
Represents a column in the
grid.
•C1.Silverlight.DataGridColumnCollection :
System.Object
Represents the collection of
columns of the data grid.
•C1.Silverlight.DataGrid.DataGridColumnHeaderPresenter :
System.Windows.Controls.Control
Content control
that represent the header of a column; this control contains the sort, resize
and filter elements.
• C1.Silverlight.DataGrid.DataGridRow :
System.Object
Represents a row in the
grid.
•C1.Silverlight.DataGrid.DataGridRowCollection :
System.Object
Collection of rows.
• C1.Silverlight.DataGrid.DataGridCell :
System.Object
Represents an individual grid
cell.