ControlDataTemplates Property

Gets or sets the data templates for the control.

Definition

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

Property Value

DataTemplates

Implements

IDataTemplateHostDataTemplates

Remarks

Each control may define data templates which are applied to the control itself and its children.

See Also