Intersoft ClientUI Documentation
GetCellContent(Object) Method



The data item represented by the row that contains the intended cell.
Gets the Content property value for the cell at the intersection of this column and the row that represents the specified data item.
Syntax
Public Overloads Function GetCellContent( _
   ByVal dataItem As Object _
) As FrameworkElement
Dim instance As UXGridViewColumn
Dim dataItem As Object
Dim value As FrameworkElement
 
value = instance.GetCellContent(dataItem)
public FrameworkElement GetCellContent( 
   object dataItem
)
public:
FrameworkElement^ GetCellContent( 
   Object^ dataItem
) 

Parameters

dataItem
The data item represented by the row that contains the intended cell.

Return Value

The cell content. Returns null if the row containing dataItem is not found.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXGridViewColumn Class
UXGridViewColumn Members
Overload List

Send Feedback