Table of Contents

Property Owner

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Owner

Gets or sets the window that owns this window.

Window? Owner { get; set; }

Property Value

Window

A Window that represents the window that is the owner of this window.

Remarks

When a window is owned by another window, it is closed or hidden with the owner window.