-
Home
-
API
-
Avalonia.Controls
-
ITreeDataGridSource
-
Methods
-
GetModelChildren(Object)
GetModelChildren(Object) Method
Definition
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.