Summary
When overridden in a derived class, gets an editing element that is bound to the column's
Binding
property value.
- Namespace
- Avalonia
.Controls - Containing Type
- DataGridColumn
Syntax
protected abstract IControl GenerateEditingElement(DataGridCell cell, object dataItem, out ICellEditBinding binding)
Parameters
Name | Type | Description |
---|---|---|
cell | DataGridCell | The cell that will contain the generated element. |
dataItem | object | The data item represented by the row that contains the intended cell. |
binding | ICellEditBinding | When the method returns, contains the applied binding. |