| CustomLookupLookupItemChildren Property |
Gets/Sets child rows for this row.
Automated if AddChild is used.
Namespace: ATR.CT.CTInterfaceAssembly: CTInterface (in CTInterface.dll)
Syntax public List<CustomLookupLookupItem> Children { get; set; }
Public Property Children As List(Of CustomLookupLookupItem)
Get
Set
Property Value
Type:
ListCustomLookupLookupItemSee Also