MindFusion.Wpf Pack Programmer's Guide
WindowHost.Windows Property
See Also
 





Gets or sets a collection with the windows contained in the host. This is a dependency property.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Common.Wpf

 Syntax

C#  Copy Code

public ObservableCollection<Window> Windows { get; set; }

Visual Basic  Copy Code

Public Property Windows As ObservableCollection(Of Window)

 Property Value

An observable collection of Window objects representing the windows contained in the host.

 See Also

WindowHost Members
WindowHost Class
MindFusion.UI.Wpf Namespace