CellEditingTemplate 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)
- C#
- VB
- F#
[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
Remarks
If this property is null the column is read-only.