DataTemplates Property
Gets or sets the data templates for the control.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public DataTemplates DataTemplates { get; }
Public ReadOnly Property DataTemplates As DataTemplates
Get
abstract DataTemplates : DataTemplates with get
override DataTemplates : DataTemplates with get
Property Value
DataTemplatesImplements
IDataTemplateHost.DataTemplatesRemarks
Each control may define data templates which are applied to the control itself and its children.