IDataTemplateHost Interface
Not client implementable.
Note: This interface is not client implementable. You need to enable PrivateApi if you want to implement this interface.
Defines an element that has a DataTemplates collection.
Definition
Namespace: Avalonia.Controls.Templates
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
[NotClientImplementableAttribute]
public interface IDataTemplateHost
<NotClientImplementableAttribute>
Public Interface IDataTemplateHost
[<NotClientImplementableAttribute>]
type IDataTemplateHost = interface end
Properties
DataTemplates | Gets the data templates for the element. |
IsDataTemplatesInitialized | Gets a value indicating whether DataTemplates is initialized. |