Home
Home
Docs
API
Theme
System
Light
Dark
GitHub
Menu
Loading menu…
Home
API
Avalonia.Controls.Models.TreeDataGrid
IColumn
Methods
CreateCell(IRow
)
Menu
On this page
CreateCell(IRow
) Method
Definition
Namespace
Avalonia.Controls.Models.TreeDataGrid
Assembly
Avalonia.Controls.TreeDataGrid.dll
View source
Creates a cell for this column on the specified row.
ICell CreateCell(IRow<TModel> row)
Parameters
row
IRow<TModel>
The row.
Returns
ICell
The cell.