Class ElementTemplate
Definition
- Assembly:
- Tizen.NUI.dll
Base class for DataTemplate and ControlTemplate classes.
C#Copypublic class ElementTemplate
- Inheritance
-
objectElementTemplate
- 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#Copypublic object CreateContent()
Returns
| Type | Description |
|---|---|
| object | Object created by DataTemplate |