Click or drag to resize

DialogHandlerBaseParent Property

The parent object for the dialog displayed by this handler. This object is used to locate the owner window for the modal dialogs.

Namespace:  DotNetBrowser.AvaloniaUi.Dialogs
Assembly:  DotNetBrowser.AvaloniaUi (in DotNetBrowser.AvaloniaUi.dll) Version: 2.25.1
Syntax
C#
public Visual Parent { get; }

Property Value

Type: Visual
See Also