Skip to main content

DependencyResolver Property

Gets or sets a dependency resolver for the PopupRoot.

Definition

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

public IAvaloniaDependencyResolver? DependencyResolver { get; set; }

Property Value

IAvaloniaDependencyResolver

Remarks

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

See Also

Reference

Popup Class
Avalonia.Controls.Primitives Namespace