DetailsTemplate Property
Gets or sets the template that is used to display the details section of the row.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll)
- C#
- VB
- F#
public IDataTemplate DetailsTemplate { get; set; }
Public Property DetailsTemplate As IDataTemplate
Get
Set
member DetailsTemplate : IDataTemplate with get, set