Class ElementTemplate

Definition

Namespace:
Tizen.NUI.Binding
Assembly:
Tizen.NUI.dll
API Level:
9

Base class for DataTemplate and ControlTemplate classes.

C#
Copy
public class ElementTemplate : IElement, IDataTemplate
Inheritance
System.Object
ElementTemplate
Derived

Methods

View Source

CreateContent()

Used by the XAML infrastructure to load data templates and set up the content of the resulting UI.

Declaration
C#
Copy
public object CreateContent()
Returns
Type Description
System.Object

Object created by DataTemplate

API Level: 9