RadGrid for ASP.NET

RadGrid Send comments on this topic.
ParentItem Property
See Also 
Telerik.WebControls Namespace > GridTableView Class : ParentItem Property


Gets a reference to a GridItem that is a parent of this GridTableView, when this GridTableView represents a child table in a hierarchical structure.   

 

Namespace: Telerik.WebControls
Assembly: RadGrid (in RadGrid.dll)

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property ParentItem As GridDataItem
Visual Basic (Usage)Copy Code
Dim instance As GridTableView
Dim value As GridDataItem
 
value = instance.ParentItem
C# 
public GridDataItem ParentItem {get;}

Return Value

A reference to the server control's parent control.

Remarks

Whenever a page is requested, a hierarchy of server controls on that page is built. This property allows you to determine the parent control of the current server control in that hierarchy, and to program against it.
Whenever a page is requested, a hierarchy of server controls on that page is built. This property allows you to determine the parent control of the current server control in that hierarchy, and to program against it.

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

See Also