DependencyResolver Property
Gets or sets a dependency resolver for the PopupRoot.
Definition
Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public IAvaloniaDependencyResolver? DependencyResolver { get; set; }
Public Property DependencyResolver As IAvaloniaDependencyResolver
Get
Set
member DependencyResolver : IAvaloniaDependencyResolver with 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.