DropLocationIndicatorTemplate 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)
- C#
- VB
- F#
public ITemplate<Control> DropLocationIndicatorTemplate { get; set; }
Public Property DropLocationIndicatorTemplate As ITemplate(Of Control)
Get
Set
member DropLocationIndicatorTemplate : ITemplate<Control> with get, set