DataGridTemplateColumnCellEditingTemplate Property

Gets or sets the IDataTemplate which is used for the editing mode of the current DataGridCell

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
[InheritDataTypeFromItemsAttribute("ItemsSource", AncestorType = typeof(DataGrid))]
public IDataTemplate CellEditingTemplate { get; set; }

Property Value

IDataTemplate
An IDataTemplate for the editing mode of the current DataGridCell

Remarks

If this property is the column is read-only.

See Also