TreeView.

SelectAll() Method

Summary

Selects all items in the TreeView.
Namespace
Avalonia.Controls
Containing Type
TreeView

Syntax

public void SelectAll()

Remarks

Note that this method only selects nodes currently visible due to their parent nodes being expanded: it does not expand nodes.

Return Value

Type Description
void