Popup.

DependencyResolver Property

Summary

Gets or sets a dependency resolver for the PopupRoot.
Namespace
Avalonia.Controls.Primitives
Containing Type
Popup

Syntax

public IAvaloniaDependencyResolver? DependencyResolver { get; set; }

Remarks

This property allows a client to customize the behaviour of the popup by injecting a specialized dependency resolver into the PopupRoot's constructor.

Value

Type Description
IAvaloniaDependencyResolver?