ItemsRepeater.

Items Property

Summary

Gets or sets an object source used to generate the content of the ItemsRepeater.
Namespace
Avalonia.Controls
Containing Type
ItemsRepeater

Syntax

public IEnumerable Items { get; set; }

Value

Type Description
IEnumerable