Class ElementTemplate

    Definition

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

    Base class for DataTemplate and ControlTemplate classes.

    public class ElementTemplate
    Inheritance
    object
    ElementTemplate
    Derived
    DataTemplate
    DataTemplate

    Methods

    View Source

    CreateContent()

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

    Declaration
    public object CreateContent()
    Returns
    Type Description
    object

    Object created by DataTemplate

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX