DataGridColumnReorderingEventArgs.DropLocationIndicator Property

Definition

Gets or sets the control that is used to display the visual indicator of the current drop location during a column drag operation.

public:
 property System::Windows::Controls::Control ^ DropLocationIndicator { System::Windows::Controls::Control ^ get(); void set(System::Windows::Controls::Control ^ value); };
public System.Windows.Controls.Control DropLocationIndicator { get; set; }
member this.DropLocationIndicator : System.Windows.Controls.Control with get, set
Public Property DropLocationIndicator As Control

Property Value

The control that is used to display the drop location indicator during a column drag operation.

Applies to