Intersoft ClientUI Documentation
GetRowContainingElement Method
See Also  Send Feedback
Intersoft.Client.UI.Data Namespace > UXGridViewRow Class : GetRowContainingElement Method






element
Returns the UXGridViewRow that contains the specified element.

Syntax

Visual Basic (Declaration) 
Public Shared Function GetRowContainingElement( _
   ByVal element As FrameworkElement _
) As UXGridViewRow
Visual Basic (Usage)Copy Code
Dim element As FrameworkElement
Dim value As UXGridViewRow
 
value = UXGridViewRow.GetRowContainingElement(element)
C# 
public static UXGridViewRow GetRowContainingElement( 
   FrameworkElement element
)
Delphi 
public function GetRowContainingElement( 
    element: FrameworkElement
): UXGridViewRow; static; 
JScript 
public static function GetRowContainingElement( 
   element : FrameworkElement
) : UXGridViewRow;
Managed Extensions for C++ 
public: static UXGridViewRow* GetRowContainingElement( 
   FrameworkElement* element
) 
C++/CLI 
public:
static UXGridViewRow^ GetRowContainingElement( 
   FrameworkElement^ element
) 

Parameters

element

Return Value

The UXGridViewRow that contains the specified element.

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.