DataGridTemplateColumnCellTemplate Property
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
[ContentAttribute]
[InheritDataTypeFromItemsAttribute("ItemsSource", AncestorType = typeof(DataGrid))]
public IDataTemplate CellTemplate { get; set; }
<ContentAttribute>
<InheritDataTypeFromItemsAttribute("ItemsSource", AncestorType := GetType(DataGrid))>
Public Property CellTemplate As IDataTemplate
Get
Set
[<ContentAttribute>]
[<InheritDataTypeFromItemsAttribute("ItemsSource", AncestorType = typeof(DataGrid))>]
member CellTemplate : IDataTemplate with get, set
Property Value
IDataTemplate