Click or drag to resize

CustomLookupLookupItemChildren Property

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

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

Property Value

ListCustomLookupLookupItem
See Also