Summary
Gets or sets a function used to resolve types from names in the binding path.
- Namespace
- Avalonia
.Data - Containing Type
- Binding
Syntax
public Func<string, string, Type>? TypeResolver { get; set; }
Value
Type | Description |
---|---|
Func |