 | 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.CTInterfaceAssembly: CTInterface (in CTInterface.dll)
Syntaxpublic List<CustomLookupLookupItem> Children { get; set; }
Public Property Children As List(Of CustomLookupLookupItem)
Get
Set
Property Value
Type:
ListCustomLookupLookupItem
See Also