The members of Xamarin.Forms.DataTemplate are listed below.
See Also: Inherited members from System.Object
| Creates and initializes a new instance of the Xamarin.Forms.DataTemplate class. | ||
| Creates a new Xamarin.Forms.DataTemplate for type type. |
| [read-only] | Bindings | IDictionary<BindableProperty, BindingBase>. Gets a dictionary of bindings, indexed by the bound properties. |
| [read-only] | Values | IDictionary<BindableProperty, object>. Returns a dictionary of property values for this Xamarin.Forms.DataTemplate, indexed by property. |
CreateContent()Loads the template for the type that is represented by this Xamarin.Forms.DataTemplate and sets all of the bindings and values. | ||
SetBinding(BindableProperty, BindingBase)Sets the binding for property. | ||
SetValue(BindableProperty, object)Sets the value of property. | ||
| Xamarin.Forms.IElement.AddResourcesChangedListener | Documentation for this section has not yet been entered. | |
| Xamarin.Forms.IElement.Parent | Element. Gets or sets the parent element of this Xamarin.Forms.DataTemplate object. | |
| Xamarin.Forms.IElement.RemoveResourcesChangedListener | Documentation for this section has not yet been entered. | |
| [read-only] | Xamarin.Forms.IElement.ResourceDictionary | IResourceDictionary. |
| Xamarin.Forms.IElement.XamlParent | WeakReference<Element>. Gets or sets a weak reference to the parent of this Xamarin.Forms.DataTemplate object. |