Skip to main content

IGlobalDataTemplates Interface

Not client implementable.

Note: This interface is not client implementable. You need to enable PrivateApi if you want to implement this interface.

Defines the application-global data templates.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)

[NotClientImplementableAttribute]
public interface IGlobalDataTemplates : IDataTemplateHost
View Source
ImplementsIDataTemplateHost

Properties

DataTemplatesGets the data templates for the element.
(Inherited from IDataTemplateHost)
IsDataTemplatesInitializedGets a value indicating whether DataTemplates is initialized.
(Inherited from IDataTemplateHost)

See Also

Reference

Avalonia.Controls Namespace