Intersoft WebGrid Documentation
GetRootSelfRefRow Method
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridRow Class : GetRootSelfRefRow Method






Gets the root row of the self referencing child row.

Syntax

Visual Basic (Declaration) 
Public Function GetRootSelfRefRow() As WebGridRow
Visual Basic (Usage)Copy Code
Dim instance As WebGridRow
Dim value As WebGridRow
 
value = instance.GetRootSelfRefRow()
C# 
public WebGridRow GetRootSelfRefRow()
Delphi 
public function GetRootSelfRefRow(): WebGridRow; 
JScript 
public function GetRootSelfRefRow() : WebGridRow;
Managed Extensions for C++ 
public: WebGridRow* GetRootSelfRefRow(); 
C++/CLI 
public:
WebGridRow^ GetRootSelfRefRow(); 

Return Value

WebgridRow object

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 Intersoft Solutions Corp. All Rights Reserved.