The members of Xamarin.Forms.Binding are listed below.
See Also: Inherited members from Xamarin.Forms.BindingBase
Binding() | Constructs and initializes a new instance of the Xamarin.Forms.Binding class. | |
| Constructs and initializes a new instance of the Xamarin.Forms.Binding class. | ||
| Constructs and initializes a new instance of the Xamarin.Forms.Binding class. |
| Converter | IValueConverter. Gets or sets the converter to be used for this binding ? | |
| ConverterParameter | object. Gets or sets the parameter passed as argument to the converter. | |
| Path | string. Gets or sets the path of the property | |
| Source | object. Gets or sets the source of the binding. |
static | Create<TSource>(System.Linq.Expressions.Expression<Func<TSource, object>>, BindingMode, IValueConverter, object, string)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. | |