Version

Column Class Methods

For a list of all members of this type, see Column 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 MethodGetNamedHeaderValueGets the value of a named header value for this column by name.  
Public MethodGetNamedValueGets the value for a named value from this definition. (Inherited from Infragistics.XamarinForms.Controls.Grids.DefinitionBase)
Public MethodGetUniqueKeyGet the unique key used to identify this column.  
Public MethodGetValue (Inherited from Xamarin.Forms.BindableObject)
Public MethodHasNamedHeaderValueReturns if there is a named header value with a given name.  
Public MethodHasNamedHeaderValuesReturns if the column has named header values.  
Public MethodHasNamedValueReturns if this definition has a named value with a given name. (Inherited from Infragistics.XamarinForms.Controls.Grids.DefinitionBase)
Public MethodHasNamedValuesReturns if this definition has named value. (Inherited from Infragistics.XamarinForms.Controls.Grids.DefinitionBase)
Public MethodIsSet (Inherited from Xamarin.Forms.BindableObject)
Public MethodRemoveBinding (Inherited from Xamarin.Forms.BindableObject)
Public MethodRemoveDynamicResource (Inherited from Xamarin.Forms.Element)
Public MethodRemoveNamedHeaderValueRemoves a named header value with the given name from the named header values for this column.  
Public MethodRemoveNamedValueRemoves the named value from this definition by name. (Inherited from Infragistics.XamarinForms.Controls.Grids.DefinitionBase)
Public MethodSetBinding (Inherited from Xamarin.Forms.BindableObject)
Public MethodSetDynamicResource (Inherited from Xamarin.Forms.Element)
Public MethodSetNamedHeaderValueSets a named value that will be applied to the header cells for this column.  
Public MethodSetNamedValueSets a named value for the cells associated with this definition. (Inherited from Infragistics.XamarinForms.Controls.Grids.DefinitionBase)
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