HasChildren(TModel) Method

Definition

Assembly Avalonia.Controls.TreeDataGrid.dll

Gets a value indicating whether the column has nested data.

bool HasChildren(TModel model)

Parameters

model
{TModel}

The parent model.

Returns