DataGridColumnReorderingEventArgs.DropLocationIndicator Property

Definition

Gets or sets the Control to display at the insertion position. If null and Handled = true, then do not display an insertion indicator.

public Windows.UI.Xaml.Controls.Control DropLocationIndicator { get; set; }
member this.DropLocationIndicator : Windows.UI.Xaml.Controls.Control with get, set
Public Property DropLocationIndicator As Control

Property Value

Windows.UI.Xaml.Controls.Control

Applies to