ApplicationDataTemplates Property

Gets or sets the application's global data templates.

Definition

Namespace: Avalonia
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public DataTemplates DataTemplates { get; }

Property Value

DataTemplates
The application's global data templates.

Implements

IDataTemplateHostDataTemplates

See Also