SelectionModel<T>.

Source Property

Namespace
Avalonia.Controls.Selection
Containing Type
SelectionModel<T>

Syntax

public IEnumerable<T>? Source { get; set; }

Value

Type Description
IEnumerable<T>?