Skip to main content

IPopupHostProvider Interface

Not client implementable.

Note: This interface is not client implementable. You need to enable PrivateApi if you want to implement this interface.

Diagnostics interface to retrieve an associated IPopupHost.

Definition

Namespace: Avalonia.Controls.Diagnostics
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)

[NotClientImplementableAttribute]
public interface IPopupHostProvider
View Source

Properties

PopupHostThe popup host.

Events

PopupHostChangedRaised when the popup host changes.

See Also

Reference

Avalonia.Controls.Diagnostics Namespace