Gets or sets a collection with the windows contained in the host. This is a dependency property.
Namespace: MindFusion.UI.Silverlight
Assembly: MindFusion.Common.Wpf
C#
![]() |
---|
public ObservableCollection<Window> Windows { get; set; } |
Visual Basic
![]() |
---|
Public Property Windows As ObservableCollection(Of Window) |
An observable collection of Window objects representing the windows contained in the host.