Xamarin.Forms.BindableObject.ClearValue Method
Clears any value set by BindableObject.SetValue for the property that is identified by propertyKey.

Syntax

public void ClearValue (BindablePropertyKey propertyKey)

Parameters

propertyKey
The BindablePropertyKey that identifies the Xamarin.Forms.BindableProperty to clear.

Remarks

Calling this method on a readonly property will result in an InvalidOperationException.

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