ItemsSourceView.

ItemsSourceView(IEnumerable) Constructor

Summary

Initializes a new instance of the ItemsSourceView class for the specified data source.
Namespace
Avalonia.Controls
Containing Type
ItemsSourceView

Syntax

public ItemsSourceView(IEnumerable source)

Parameters

Name Type Description
source IEnumerable The data source.

Return Value

Type Description
void