SelectingItemsControlSelectionAdapterItemsSource 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) Version: 11.3.999
public IEnumerable? ItemsSource { get; set; }

Property Value

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

Implements

ISelectionAdapterItemsSource

See Also