DataGridColumn::GetCellContent Method (DataGridRow^)
.NET Framework (current version)
Retrieves the Content property value for the cell at the intersection of this column and the specified row.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- dataGridRow
-
Type:
System.Windows.Controls::DataGridRow^
The row that contains the intended cell.
Return Value
Type: System.Windows::FrameworkElement^The cell content; or null, if the cell is not found.
| Exception | Condition |
|---|---|
| ArgumentNullException | dataGridRow is null. |
.NET Framework
Available since 4.0
Silverlight
Available since 2.0
Available since 4.0
Silverlight
Available since 2.0
Show: