BindablePropertyConverter Class

Definition

A TypeConverter for bindable properties.

[Xamarin.Forms.Xaml.TypeConversion(typeof(Xamarin.Forms.BindableProperty))]
public sealed class BindablePropertyConverter : Xamarin.Forms.TypeConverter, Xamarin.Forms.IExtendedTypeConverter
type BindablePropertyConverter = class
    inherit TypeConverter
    interface IExtendedTypeConverter
Inheritance
BindablePropertyConverter
Attributes
Implements

Constructors

BindablePropertyConverter()

Creates a new BindablePropertyConverter with default values.

Methods

CanConvertFrom(Type)

When implemented in a derived class, returns a Boolean value that indicates whether or not the derived type converter can convert sourceType to its target type.

(Inherited from TypeConverter)
ConvertFrom(CultureInfo, Object)
Obsolete.

When implemented in a derived class, converts an object that is a version of value and that can be cast to the target type.

(Inherited from TypeConverter)
ConvertFrom(Object)
Obsolete.

Calls ConvertFrom(CultureInfo, Object) with the current culture information and o.

(Inherited from TypeConverter)
ConvertFromInvariantString(String)

Returns a bindable property when supplied a string of the form Type.PropertyName.

Explicit Interface Implementations

IExtendedTypeConverter.ConvertFrom(CultureInfo, Object, IServiceProvider)

For internal use only.

IExtendedTypeConverter.ConvertFromInvariantString(String, IServiceProvider)

For internal use only.

Applies to