ItemsControl.

ItemTemplate Property

Summary

Gets or sets the data template used to display the items in the control.
Namespace
Avalonia.Controls
Containing Type
ItemsControl

Syntax

public IDataTemplate ItemTemplate { get; set; }

Value

Type Description
IDataTemplate