Version

DefinitionBase Class Methods

For a list of all members of this type, see DefinitionBase members.

Public Methods
 NameDescription
Public MethodClearValueOverloaded.  (Inherited from Xamarin.Forms.BindableObject)
Public MethodCoerceValueOverloaded.  (Inherited from Xamarin.Forms.BindableObject)
Public MethodFindByName (Inherited from Xamarin.Forms.Element)
Public MethodGetNamedValueGets the value for a named value from this definition.  
Public MethodGetValue (Inherited from Xamarin.Forms.BindableObject)
Public MethodHasNamedValueReturns if this definition has a named value with a given name.  
Public MethodHasNamedValuesReturns if this definition has named value.  
Public MethodIsSet (Inherited from Xamarin.Forms.BindableObject)
Public MethodRemoveBinding (Inherited from Xamarin.Forms.BindableObject)
Public MethodRemoveDynamicResource (Inherited from Xamarin.Forms.Element)
Public MethodRemoveNamedValueRemoves the named value from this definition by name.  
Public MethodSetBinding (Inherited from Xamarin.Forms.BindableObject)
Public MethodSetDynamicResource (Inherited from Xamarin.Forms.Element)
Public MethodSetNamedValueSets a named value for the cells associated with this definition.  
Public MethodSetValueOverloaded.  (Inherited from Xamarin.Forms.BindableObject)
Protected Methods
 NameDescription
Protected MethodApplyBindings (Inherited from Xamarin.Forms.BindableObject)
Protected MethodOnBindingContextChangedCalled when the binding context changes (Inherited from Infragistics.XamarinForms.Controls.ElementBase)
Protected MethodOnChildAdded (Inherited from Xamarin.Forms.Element)
Protected MethodOnChildRemoved (Inherited from Xamarin.Forms.Element)
Protected MethodOnParentSetCalled when the parent is set (Inherited from Infragistics.XamarinForms.Controls.ElementBase)
Protected MethodOnPropertyChangedInvoked when a bound property is changed. (Inherited from Infragistics.XamarinForms.Controls.ElementBase)
Protected MethodOnPropertyChanging (Inherited from Xamarin.Forms.BindableObject)
Protected MethodUnapplyBindings (Inherited from Xamarin.Forms.BindableObject)
See Also