Click or drag to resize
GridTableViewItemsHierarchy 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 Items actually referres to ItemsHierarchy of
MainView. This property can be used to traverse all
DataItems items in the hiearchy of a GridTableView.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public virtual GridDataItemCollection ItemsHierarchy { get; }

Property Value

Type: GridDataItemCollection
See Also