DropLocationIndicator Property
UIElement to display at the insertion position. If null and Handled = true, then do not display an insertion indicator.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll)
- C#
- VB
- F#
public Control DropLocationIndicator { get; set; }
Public Property DropLocationIndicator As Control
Get
Set
member DropLocationIndicator : Control with get, set
Property Value
ControlSee Also
Reference
DataGridColumnReorderingEventArgs Class
Avalonia.Controls Namespace