Skip to main content

ItemsSource Property

Gets or sets a collection that is used to generate content for the selection adapter.

Definition

Namespace: Avalonia.Controls.Utils
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)

IEnumerable? ItemsSource { get; set; }
View Source

Property Value

IEnumerable
The collection that is used to generate content for the selection adapter.

See Also

Reference

ISelectionAdapter Interface
Avalonia.Controls.Utils Namespace