BindableObject.SetInheritedBindingContext(BindableObject, Object) Method

Definition

Sets the inherited context to a nested element.

C#
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public static void SetInheritedBindingContext (Xamarin.Forms.BindableObject bindable, object value);

Parameters

bindable
BindableObject

The object on which to set the inherited binding context.

value
System.Object

The inherited context to set.

Attributes
System.ComponentModel.EditorBrowsableAttribute

Applies to

Product Versions
Xamarin.Forms Latest