Summary
Initializes a new instance of the ItemsSourceView class for the specified data source.
- Namespace
- Avalonia
.Controls - Containing Type
- ItemsSourceView
<T>
Syntax
public ItemsSourceView(IEnumerable<T> source)
Parameters
Name | Type | Description |
---|---|---|
source | IEnumerable |
The data source. |
Return Value
Type | Description |
---|---|
void |