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