Interface IDataTemplate
- Namespace
- Fallencake.UI
- Assembly
- Fallencake.UI.dll
Interface for data templates, which contain a list of elements
public interface IDataTemplate
Properties
Items
List<IBasicData> Items { get; }
Property Value
- List<IBasicData>
TemplateName
string TemplateName { get; }
Property Value
- string