BindableObject.SetInheritedBindingContext(BindableObject, Object) Method

Definition

Sets the inherited context to a nested element.

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public static void SetInheritedBindingContext (Xamarin.Forms.BindableObject bindable, object value);
static member SetInheritedBindingContext : Xamarin.Forms.BindableObject * obj -> unit

Parameters

bindable
BindableObject

The object on which to set the inherited binding context.

value
Object

The inherited context to set.

Attributes

Applies to