WindowOwnedWindows Property
Gets a collection of child windows owned by this window.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public IReadOnlyList<Window> OwnedWindows { get; }
Public ReadOnly Property OwnedWindows As IReadOnlyList(Of Window)
Get
member OwnedWindows : IReadOnlyList<Window> with get
Property Value
IReadOnlyListWindow