DragIndicator Property
The popup indicator displayed while dragging. If null and Handled = true, then do not display a tooltip.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll)
- C#
- VB
- F#
public Control DragIndicator { get; set; }
Public Property DragIndicator As Control
Get
Set
member DragIndicator : Control with get, set
Property Value
ControlSee Also
Reference
DataGridColumnReorderingEventArgs Class
Avalonia.Controls Namespace