ItemsSource Property
Gets or sets a collection that is used to generate the content of the selection adapter.
Definition
Namespace: Avalonia.Controls.Utils
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public IEnumerable? ItemsSource { get; set; }
Public Property ItemsSource As IEnumerable
Get
Set
abstract ItemsSource : IEnumerable with get, set
override ItemsSource : IEnumerable with get, set
Property Value
IEnumerable
The collection used to generate content for the selection adapter.
Implements
ISelectionAdapter.ItemsSourceSee Also
Reference
SelectingItemsControlSelectionAdapter Class
Avalonia.Controls.Utils Namespace