CreateCell(IRow) Method

Definition

Assembly Avalonia.Controls.TreeDataGrid.dll

Creates a cell for this column on the specified row.

public override ICell CreateCell(IRow<TModel> row)

Parameters

row
IRow<TModel>

The row.

Returns

ICell
The cell.