Xamarin.Forms.BindableObjectExtensions Members

The members of Xamarin.Forms.BindableObjectExtensions are listed below.

See Also: Inherited members from System.Object

Public Methods

static
SetBinding(this BindableObject, BindableProperty, string)
Creates and applies a binding to a property.
static
SetBinding(this BindableObject, BindableProperty, string, BindingMode, IValueConverter, string)
Creates and applies a binding to a property.
static
SetBinding<TSource>(this BindableObject, BindableProperty, System.Linq.Expressions.Expression<Func<TSource, object>>, BindingMode, IValueConverter, string)
Creates and applies a binding from an expression.