Xamarin.Forms.BindableObject.UnapplyBindings Method
Unapply all the bindings.

Syntax

protected void UnapplyBindings ()

Remarks

This method removes all current bindings from the current context.

Note: Changing a bound property requires that the binding count for a bound property must be 0. The BindableObject.UnApplyBindings method merely decrements the cound, and does not remove all bindings everywhere.

Requirements

Namespace: Xamarin.Forms
Assembly: Xamarin.Forms.Core (in Xamarin.Forms.Core.dll)
Assembly Versions: 1.0.0.0, 1.1.0.0, 1.2.0.0, 1.3.0.0