Gets the parent row, if this row is GroupHeader. If this row is a child row, this method will try to get the parent row based on the defined relations.
Syntax
Visual Basic (Declaration) | |
---|
Public Function GetParentRow() As WebGridRow |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As WebGridRow
Dim value As WebGridRow
value = instance.GetParentRow() |
Delphi | |
---|
public function GetParentRow(): WebGridRow; |
JScript | |
---|
public function GetParentRow() : WebGridRow; |
Managed Extensions for C++ | |
---|
public: WebGridRow* GetParentRow(); |
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