-
Home
-
API
-
Avalonia.Controls.Models.TreeDataGrid
-
IExpanderColumn
-
Methods
-
GetChildModels(TModel)
GetChildModels(TModel) Method
Definition
Gets the child models which represent the nested data for this column.
IEnumerable<TModel>? GetChildModels(TModel model)
Parameters
- model
- {TModel}
The parent model.
Returns