Xamarin.Forms.DataTemplate Members

The members of Xamarin.Forms.DataTemplate are listed below.

See Also: Inherited members from System.Object

Public Constructors

Creates and initializes a new instance of the Xamarin.Forms.DataTemplate class.
Creates a new Xamarin.Forms.DataTemplate for type type.

Public Properties

[read-only]
BindingsIDictionary<BindableProperty, BindingBase>. Gets a dictionary of bindings, indexed by the bound properties.
[read-only]
ValuesIDictionary<BindableProperty, object>. Returns a dictionary of property values for this Xamarin.Forms.DataTemplate, indexed by property.

Public Methods

CreateContent() : object
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.

Explicitly Implemented Interface Members

Xamarin.Forms.IElement.AddResourcesChangedListenerDocumentation for this section has not yet been entered.
Xamarin.Forms.IElement.ParentElement. Gets or sets the parent element of this Xamarin.Forms.DataTemplate object.
Xamarin.Forms.IElement.RemoveResourcesChangedListenerDocumentation for this section has not yet been entered.
[read-only]
Xamarin.Forms.IElement.ResourceDictionaryIResourceDictionary.
Xamarin.Forms.IElement.XamlParentWeakReference<Element>. Gets or sets a weak reference to the parent of this Xamarin.Forms.DataTemplate object.