BindableObject.SetInheritedBindingContext(BindableObject, Object) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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);
static member SetInheritedBindingContext : Xamarin.Forms.BindableObject * obj -> unit
- bindable
- BindableObject
The object on which to set the inherited binding context.
- value
- System.Object
The inherited context to set.
- Attributes
-
System.ComponentModel.EditorBrowsableAttribute
Product | Versions |
---|---|
Xamarin.Forms | Latest |