DataGrid.

DropLocationIndicatorTemplate Property

Summary

Gets or sets the template that is used when rendering the column headers.
Namespace
Avalonia.Controls
Containing Type
DataGrid

Syntax

public ITemplate<IControl> DropLocationIndicatorTemplate { get; set; }

Value

Type Description
ITemplate<IControl>