The methods of Xamarin.Forms.BindableObjectExtensions are listed below. For a list of all members, see the BindableObjectExtensions Members list.
See Also: Inherited members from System.Object
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. | |