Class ElementTemplate

Definition

Namespace:
Tizen.NUI.Binding
Assembly:
Tizen.NUI.dll

Base class for DataTemplate and ControlTemplate classes.

C#
Copy
public class ElementTemplate
Inheritance
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
object

Object created by DataTemplate