ReflectionBindingExtension Class
Definition
public class ReflectionBindingExtension
Constructors
| Name | Description |
|---|---|
| ReflectionBindingExtension (2 overloads) | Initializes a new instance of the Avalonia.Data.ReflectionBinding class. |
ReflectionBindingExtension overloads
ReflectionBindingExtension Constructor
Initializes a new instance of the Avalonia.Data.ReflectionBinding class.
public ReflectionBindingExtension()
ReflectionBindingExtension Constructor
Initializes a new instance of the Avalonia.Data.ReflectionBinding class.
public ReflectionBindingExtension(string path)
Parameters
path string
The binding path.
Methods
| Name | Description |
|---|---|
| ProvideValue | No summary available. |
ProvideValue Method
public Avalonia.Data.ReflectionBinding ProvideValue(IServiceProvider serviceProvider)
Parameters
serviceProvider IServiceProvider
Returns
Properties
| Name | Description |
|---|---|
| Converter | Gets or sets the Avalonia.Data.Converters.IValueConverter to use. Inherited from ReflectionBinding. |
| ConverterCulture | Gets or sets the culture in which to evaluate the converter. Inherited from ReflectionBinding. |
| ConverterParameter | Gets or sets a parameter to pass to Avalonia.Data.ReflectionBinding.Converter. Inherited from ReflectionBinding. |
| Delay | Gets or sets the amount of time, in milliseconds, to wait before updating the binding source after the value on the target changes. Inherited from ReflectionBinding. |
| ElementName | Gets or sets the name of the element to use as the binding source. Inherited from ReflectionBinding. |
| FallbackValue | Gets or sets the value to use when the binding is unable to produce a value. Inherited from ReflectionBinding. |
| Mode | Gets or sets the binding mode. Inherited from ReflectionBinding. |
| Path | Gets or sets the binding path. Inherited from ReflectionBinding. |
| Priority | Gets or sets the binding priority. Inherited from ReflectionBinding. |
| RelativeSource | Gets or sets the relative source for the binding. Inherited from ReflectionBinding. |
| Source | Gets or sets the source for the binding. Inherited from ReflectionBinding. |
| StringFormat | Gets or sets the string format. Inherited from ReflectionBinding. |
| TargetNullValue | Gets or sets the value to use when the binding result is null. Inherited from ReflectionBinding. |
| TypeResolver | Gets or sets a function used to resolve types from names in the binding path. Inherited from ReflectionBinding. |
| UpdateSourceTrigger | Gets or sets a value that determines the timing of binding source updates for Avalonia.Data.BindingMode.TwoWay and Avalonia.Data.BindingMode.OneWayToSource bindings. Inherited from ReflectionBinding. |