BindingExtension Class

Definition

For internal use by the XAML infrastructure.

[Xamarin.Forms.ContentProperty("Path")]
[Xamarin.Forms.Xaml.AcceptEmptyServiceProvider]
public sealed class BindingExtension : Xamarin.Forms.Xaml.IMarkupExtension<Xamarin.Forms.BindingBase>
type BindingExtension = class
    interface IMarkupExtension<BindingBase>
    interface IMarkupExtension
Inheritance
BindingExtension
Attributes
Implements

Constructors

BindingExtension()

For internal use by the XAML infrastructure.

Properties

Converter

For internal use by the XAML infrastructure.

ConverterParameter

For internal use by the XAML infrastructure.

FallbackValue

For internal use by the XAML infrastructure.

Mode

For internal use by the XAML infrastructure.

Path

For internal use by the XAML infrastructure.

Source

For internal use by the XAML infrastructure.

StringFormat

For internal use by the XAML infrastructure.

TargetNullValue

For internal use by the XAML infrastructure.

TypedBinding

For internal use by the XAML infrastructure.

UpdateSourceEventName

For internal use by the XAML infrastructure.

Explicit Interface Implementations

IMarkupExtension.ProvideValue(IServiceProvider)

For internal use by the XAML infrastructure.

IMarkupExtension<BindingBase>.ProvideValue(IServiceProvider)

For internal use by the XAML infrastructure.

Applies to