Xamarin.Forms.Binding: Method Members

The methods of Xamarin.Forms.Binding are listed below. For a list of all members, see the Binding Members list.

See Also: Inherited members from Xamarin.Forms.BindingBase

Public Methods

static
Create<TSource>(System.Linq.Expressions.Expression<Func<TSource, object>>, BindingMode, IValueConverter, object, string) : Binding
This is a convenient factory method to create a binding from an expression, instead of a property name. This api is more resilient to refactoring.