DataGridColumn::GetCellContent Method (DataGridRow^)

 

Retrieves the Content property value for the cell at the intersection of this column and the specified row.

Namespace:   System.Windows.Controls
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
FrameworkElement^ GetCellContent(
	DataGridRow^ dataGridRow
)

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
Return to top
Show: