ISelectionAdapterItemsSource Property
Gets or sets a collection that is used to generate content for the
selection adapter.
Namespace: Avalonia.Controls.UtilsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
IEnumerable? ItemsSource { get; set; }
Property ItemsSource As IEnumerable
Get
Set
abstract ItemsSource : IEnumerable with get, set
Property Value
IEnumerableThe collection that is used to generate content for the
selection adapter.