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






Gets the root row when called from child row.

Syntax

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

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.