System.Windows.Controls Namespace |
Class | Description | |
---|---|---|
![]() ![]() | DataGrid |
Represents a control that displays data in a customizable grid.
|
![]() | DataGridBoundColumn |
Serves as the base class for columns that can bind to a property in the data
source of a System.Windows.Controls.DataGrid.
|
![]() | DataGridCheckBoxColumn |
Represents a System.Windows.Controls.DataGrid column that hosts System.Windows.Controls.CheckBox
controls in its cells.
|
![]() | DataGridColumn |
Represents a System.Windows.Controls.DataGrid column.
|
![]() | DataGridHyperlinkColumn |
Represents a System.Windows.Controls.DataGrid column that hosts System.Uri
elements in its cells.
|
![]() | DataGridTemplateColumn |
Represents a System.Windows.Controls.DataGrid column that hosts template-specified
content in its cells.
|
![]() | DataGridTextColumn |
Represents a System.Windows.Controls.DataGrid column that hosts textual content
in its cells.
|
Structure | Description | |
---|---|---|
![]() | DataGridLength |
Represents the lengths of elements within the System.Windows.Controls.DataGrid
control.
|
Enumeration | Description | |
---|---|---|
![]() | DataGridLengthUnitType |
Defines constants that specify how elements in a System.Windows.Controls.DataGrid
are sized. Note: SizeToCells and SizeToHeader are not available yet.
|
![]() | DataGridSelectionMode |
Defines constants that specify whether single or multiple item selections
are supported by a System.Windows.Controls.DataGrid control.
|