Table of Contents

Property SelectedItems

Namespace
Alternet.Maui
Assembly
Alternet.UI.Maui.dll

SelectedItems

Gets the selected items in the tree view.

public virtual IEnumerable<TreeControlItem> SelectedItems { get; }

Property Value

IEnumerable<TreeControlItem>

The selected TreeControlItem items in the tree view.