DataGridColumn::GetCellContent Method (Object^)

 

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:  PresentationFramework (in PresentationFramework.dll)

public:
FrameworkElement^ GetCellContent(
	Object^ dataItem
)

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