DataGridTemplateColumnCellEditingTemplate Property
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
[InheritDataTypeFromItemsAttribute("ItemsSource", AncestorType = typeof(DataGrid))]
public IDataTemplate CellEditingTemplate { get; set; }
<InheritDataTypeFromItemsAttribute("ItemsSource", AncestorType := GetType(DataGrid))>
Public Property CellEditingTemplate As IDataTemplate
Get
Set
[<InheritDataTypeFromItemsAttribute("ItemsSource", AncestorType = typeof(DataGrid))>]
member CellEditingTemplate : IDataTemplate with get, set
Property Value
IDataTemplate
An
IDataTemplate for the editing mode of the current
DataGridCell
If this property is the column is read-only.