DataGridColumnReorderingEventArgs.DragIndicator Property

Definition

Gets or sets the control that is used to display the visual indicator of the header for the column that is being dragged.

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

Property Value

The control that is used to display a dragged column header.

Applies to