Children Property

Definition

Assembly Avalonia.Controls.TreeDataGrid.dll

Gets the row's visible child rows.

public IReadOnlyList<HierarchicalRow<TModel>>? Children { get; }

Returns