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)
Syntax
public List<CustomLookupLookupItem> Children { get; set; }

Property Value

Type: ListCustomLookupLookupItem
See Also