Intersoft ClientUI Documentation
GetCellContent(Object) Method
See Also  Send Feedback
Intersoft.Client.UI.Data Namespace > UXGridViewColumn Class > GetCellContent Method : GetCellContent(Object) Method






dataItem
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

Visual Basic (Declaration) 
Public Overloads Function GetCellContent( _
   ByVal dataItem As Object _
) As FrameworkElement
Visual Basic (Usage)Copy Code
Dim instance As UXGridViewColumn
Dim dataItem As Object
Dim value As FrameworkElement
 
value = instance.GetCellContent(dataItem)
C# 
public FrameworkElement GetCellContent( 
   object dataItem
)
Delphi 
public function GetCellContent( 
    dataItem: TObject
): FrameworkElement; 
JScript 
public function GetCellContent( 
   dataItem : Object
) : FrameworkElement;
Managed Extensions for C++ 
public: FrameworkElement* GetCellContent( 
   Object* dataItem
) 
C++/CLI 
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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.