GetModelChildren(Object) Method

Definition

Assembly Avalonia.Controls.TreeDataGrid.dll

Gets the children of a model, if any.

IEnumerable<object>? GetModelChildren(object model)

Parameters

model
Object

The model from which to get the children.

Returns

IEnumerable<Object>
The children of the model. If there are no children, it will return an empty enumerable.