Summary
Gets or sets a collection that is used to generate content for the
selection adapter.
- Namespace
- Avalonia
.Controls .Utils - Containing Type
- ISelectionAdapter
Syntax
IEnumerable Items { get; set; }
Value
Type | Description |
---|---|
IEnumerable | The collection that is used to generate content for the selection adapter. |