PopupOverlayDismissEventPassThrough Property
Gets or sets a value indicating whether the event that closes the popup is passed
through to the parent window.
Namespace: Avalonia.Controls.PrimitivesAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public bool OverlayDismissEventPassThrough { get; set; }
Public Property OverlayDismissEventPassThrough As Boolean
Get
Set
member OverlayDismissEventPassThrough : bool with get, set
Property Value
Boolean
When
IsLightDismissEnabled is set to true, clicks outside the popup
cause the popup to close. When
OverlayDismissEventPassThrough is set to
false, these clicks will be handled by the popup and not be registered by the parent
window. When set to true, the events will be passed through to the parent window.