Click or drag to resize
CustomLookupLookupItemChildren Property

[This is preliminary documentation and is subject to change.]

Gets/Sets child rows for this row. Automated if AddChild is used.

Namespace: ATR.CT.CTInterface
Assembly: CTInterface (in CTInterface.dll)
Syntax
public List<CustomLookupLookupItem> Children { get; set; }

Property Value

Type: ListCustomLookupLookupItem
See Also