Home
Home
Docs
API
Theme
System
Light
Dark
GitHub
Menu
Loading menu…
Home
API
Avalonia.Controls.Selection
TreeSelectionModelSelectionChangedEventArgs
Properties
SelectedItems
Menu
On this page
SelectedItems Property
Definition
Namespace
Avalonia.Controls.Selection
Assembly
Avalonia.Controls.TreeDataGrid.dll
View source
Gets the items that were added to the selection.
public IReadOnlyList<T?> SelectedItems { get; }
Returns
IReadOnlyList<T>