OwnedWindows Property
Gets a collection of child windows owned by this window.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public IReadOnlyList<Window> OwnedWindows { get; }
Public ReadOnly Property OwnedWindows As IReadOnlyList(Of Window)
Get
member OwnedWindows : IReadOnlyList<Window> with get