WindowOwnedWindows Property

Gets a collection of child windows owned by this window.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public IReadOnlyList<Window> OwnedWindows { get; }

Property Value

IReadOnlyListWindow

See Also