CompiledBindingExtension Class
Definition
public class CompiledBindingExtension
Constructors
| Name | Description |
|---|---|
| CompiledBindingExtension (2 overloads) | No summary available. |
CompiledBindingExtension overloads
CompiledBindingExtension Constructor
public CompiledBindingExtension()
CompiledBindingExtension Constructor
public CompiledBindingExtension(Avalonia.Data.CompiledBindingPath path)
Parameters
Methods
| Name | Description |
|---|---|
| ProvideValue | No summary available. |
| Create | Inherited from CompiledBinding. |
ProvideValue Method
public Avalonia.Data.CompiledBinding ProvideValue(IServiceProvider provider)
Parameters
provider IServiceProvider
Returns
Properties
| Name | Description |
|---|---|
| DataType | No summary available. |
| Converter | Gets or sets the Avalonia.Data.Converters.IValueConverter to use. Inherited from CompiledBinding. |
| ConverterCulture | Gets or sets the culture in which to evaluate the converter. Inherited from CompiledBinding. |
| ConverterParameter | Gets or sets a parameter to pass to Avalonia.Data.CompiledBinding.Converter. Inherited from CompiledBinding. |
| 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 CompiledBinding. |
| FallbackValue | Gets or sets the value to use when the binding is unable to produce a value. Inherited from CompiledBinding. |
| Mode | Gets or sets the binding mode. Inherited from CompiledBinding. |
| Path | Gets or sets the binding path. Inherited from CompiledBinding. |
| Priority | Gets or sets the binding priority. Inherited from CompiledBinding. |
| Source | Gets or sets the source for the binding. Inherited from CompiledBinding. |
| StringFormat | Gets or sets the string format. Inherited from CompiledBinding. |
| TargetNullValue | Gets or sets the value to use when the binding result is null. Inherited from CompiledBinding. |
| 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 CompiledBinding. |
DataType Property
public Type DataType { get; set; }