DataGridColumn::GetCellContent Method (Object^)
.NET Framework (current version)
Gets the Content property value for the cell at the intersection of this column and the row that represents the specified data item.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- dataItem
-
Type:
System::Object^
The data item that is represented by 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 | dataItem is null. |
.NET Framework
Available since 4.0
Silverlight
Available since 2.0
Available since 4.0
Silverlight
Available since 2.0
Show: