Intersoft ClientUI Documentation
GetCellContent(UXGridViewRow) Method



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

Parameters

row
The row that contains the intended cell.

Return Value

The cell content.
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