Click or drag to resize
GridTableViewHierarchyLoadMode Property

Gets or sets a value indicating when the DataBind of the child GridTableView will occur when working in hierarchy mode. Accepts values from GridChildLoadMode enumeration. See the remars for details.

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

Property Value

Type: GridChildLoadMode
See Also