Interface IDataTemplate

Definition

Namespace:
Tizen.NUI.Binding
Assembly:
Tizen.NUI.dll
C#
Copy
public interface IDataTemplate

Properties

View Source

LoadTemplate

Declaration
C#
Copy
Func<object> LoadTemplate { get; set; }
Property Value
Type Description
Func<Object>

Extension Methods