CompiledBindingExtension Class

Namespace
Avalonia.Markup.Xaml.MarkupExtensions
Interfaces
Base Types
graph BT Type-->Base0["BindingBase"] click Base0 "/api/Avalonia.Data/BindingBase" Base0-->Base1["object"] Type-.->Interface0["IBinding"] click Interface0 "/api/Avalonia.Data/IBinding" Type["CompiledBindingExtension"] class Type type-node

Syntax

public class CompiledBindingExtension : BindingBase, IBinding

Constructors

Properties

Name Value Summary
Converter IValueConverter?
Gets or sets the IValueConverter to use.
Inherited from BindingBase
ConverterParameter object?
Gets or sets a parameter to pass to Converter.
Inherited from BindingBase
DefaultAnchor WeakReference?
Inherited from BindingBase
FallbackValue object?
Gets or sets the value to use when the binding is unable to produce a value.
Inherited from BindingBase
Mode BindingMode
Gets or sets the binding mode.
Inherited from BindingBase
NameScope WeakReference<INameScope>?
Inherited from BindingBase
Path CompiledBindingPath
Priority BindingPriority
Gets or sets the binding priority.
Inherited from BindingBase
Source object
StringFormat string?
Gets or sets the string format.
Inherited from BindingBase
TargetNullValue object?
Gets or sets the value to use when the binding result is null.
Inherited from BindingBase

Methods