NativeBindingHelpers Class

Definition

For internal use by the Xamarin.Forms platform.

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public static class NativeBindingHelpers
type NativeBindingHelpers = class
Inheritance
System.Object
NativeBindingHelpers
Attributes
System.ComponentModel.EditorBrowsableAttribute

Methods

SetBinding<TNativeView>(TNativeView, BindableProperty, BindingBase)

For internal use by the Xamarin.Forms platform.

SetBinding<TNativeView>(TNativeView, String, BindingBase, INotifyPropertyChanged)

For internal use by the Xamarin.Forms platform.

SetBinding<TNativeView>(TNativeView, String, BindingBase, String)

For internal use by the Xamarin.Forms platform.

SetBindingContext<TNativeView>(TNativeView, Object, Func<TNativeView,IEnumerable<TNativeView>>)

For internal use by the Xamarin.Forms platform.

SetValue<TNativeView>(TNativeView, BindableProperty, Object)

For internal use by the Xamarin.Forms platform.

TransferBindablePropertiesToWrapper<TNativeView,TNativeWrapper>(TNativeView, TNativeWrapper)

For internal use by the Xamarin.Forms platform.

Applies to