Click or drag to resize

DataObjectLoadOptionsBaseTreeNodeChildren Property

Levels of children to load under those object provided in TreeNodeIdList. TreeNodeChildren does only have effect of TreeNodeIdList contains some elements. All means all nodes on all leves under the provided objects None: No child objects are loaded. OneLevel: One level of children are loaded (the direct children) TwoLevels: Two levels of children are loaded (children and childrens children) ThreeLevels: Three levels of children are loaded.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public TreeNodeChildren TreeNodeChildren { get; set; }

Property Value

Type: TreeNodeChildren
See Also