[NUI] Introduce CollectionView and related classes. (#2525)
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / src / public / Template / IDataTemplate.cs
1 using System;
2 using System.ComponentModel;
3
4 namespace Tizen.NUI.Binding
5 {
6     [EditorBrowsable(EditorBrowsableState.Never)]
7     public interface IDataTemplate
8     {
9         Func<object> LoadTemplate { get; set; }
10     }
11 }