RadGrid for ASP.NET

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


Gets a collection of all data items of a grid table view and items that belong to child tables of the GridTableView if the hierarchy is expanded. The items are collected depth-first. The property RadGrid.Items actually referres to ItemsHierarchy of
RadGrid.MasterTableView. This property can be used to traverse all
DataItems items in the hiearchy of a GridTableView.

  

 

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

Syntax

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

Return Value

A GridDataItemCollection of all data items of a grid table view and items that belong to child tables of the GridTableView if the hierarchy is expanded.

Requirements

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

See Also