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