SelectAll Method
Selects all items in the TreeView.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public void SelectAll()
Public Sub SelectAll
member SelectAll : unit -> unit
Remarks
Note that this method only selects nodes currently visible due to their parent nodes being expanded: it does not expand nodes.