DataGridTextColumn.

GenerateEditingElementDirect(DataGridCell, object) Method

Summary

Gets a TextBox control that is bound to the column's Binding property value.
Namespace
Avalonia.Controls
Containing Type
DataGridTextColumn

Syntax

protected override IControl GenerateEditingElementDirect(DataGridCell cell, object dataItem)

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.

Return Value

Type Description
IControl A new TextBox control that is bound to the column's Binding property value.