Skip to main content

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)

[NotClientImplementableAttribute]
public interface IDataTemplateHost
View Source

Properties

DataTemplatesGets the data templates for the element.
IsDataTemplatesInitializedGets a value indicating whether DataTemplates is initialized.

See Also

Reference

Avalonia.Controls.Templates Namespace