TreeViewSelectAll Method

Selects all items in the TreeView.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
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.

See Also