-
Home
-
API
-
Avalonia.Controls.Models.TreeDataGrid
-
IExpanderColumn
-
Methods
-
HasChildren(TModel)
HasChildren(TModel) Method
Definition
Gets a value indicating whether the column has nested data.
bool HasChildren(TModel model)
Parameters
- model
- {TModel}
The parent model.
Returns