Home
Home
Docs
API
Theme
System
Light
Dark
GitHub
Menu
Loading menu…
Home
API
Avalonia.Controls.Selection
ITreeSelectionModel
Properties
SelectedItems
Menu
On this page
SelectedItems Property
Definition
Namespace
Avalonia.Controls.Selection
Assembly
Avalonia.Controls.TreeDataGrid.dll
View source
Gets the selected items.
IReadOnlyList<object?> SelectedItems { get; }
Returns
IReadOnlyList<Object?>