Click or drag to resize
GridTableViewChildEditItems Property

Gets all items among the hierarchy of GridTableView items that are in edit mode. The edit items in a GridTableView are cleared when ParentItem collapses.

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

Property Value

Type: GridItemCollection
See Also