DataGridDropLocationIndicatorTemplate Property

Gets or sets the template that is used when rendering the column headers.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
public ITemplate<Control> DropLocationIndicatorTemplate { get; set; }

Property Value

ITemplateControl

See Also