GetChildModels(TModel) Method

Definition

Assembly Avalonia.Controls.TreeDataGrid.dll

Gets the child models which represent the nested data for this column.

IEnumerable<TModel>? GetChildModels(TModel model)

Parameters

model
{TModel}

The parent model.

Returns

IEnumerable<TModel>
The child models if available.