Search
Container.children Property
See Also
 






Gets the collection of child windows.

Namespace: MindFusion.Common.UI
File: Container.js

 Syntax

JavaScript  Copy Code

get children() {}

 Property Value

ObservableCollection. The collection of child windows.

 See Also