Home
Home
Docs
API
Theme
System
Light
Dark
GitHub
Menu
Loading menu…
Home
API
Avalonia.Controls.Selection
TreeSelectionModelBase
Methods
GetChildren(T)
Menu
On this page
GetChildren(T) Method
Definition
Namespace
Avalonia.Controls.Selection
Assembly
Avalonia.Controls.TreeDataGrid.dll
View source
protected abstract IEnumerable<T>? GetChildren(T node)
Parameters
node
{T}
Returns
IEnumerable<T>