DataGridRowDetailsTemplate 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) Version: 11.3.999
public IDataTemplate RowDetailsTemplate { get; set; }

Property Value

IDataTemplate

See Also