DataGridColumn.GetCellContent Method (Object)
Silverlight
Gets the Content property value for the cell at the intersection of this column and the row that represents the specified data item.
Namespace: System.Windows.Controls
Assembly: System.Windows.Controls.Data (in System.Windows.Controls.Data.dll)
Parameters
- dataItem
- Type: System.Object
The data item represented by the row that contains the intended cell.
Return Value
Type: System.Windows.FrameworkElementThe cell content. Returns null if the row containing dataItem is not found.
| Exception | Condition |
|---|---|
| ArgumentNullException | dataItem is null. |
| InvalidOperationException | This column has not been added to a DataGrid. |
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.