PopupDependencyResolver Property

Gets or sets a dependency resolver for the PopupRoot.

Definition

Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
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