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