DataGridColumnReorderingEventArgs.

DropLocationIndicator Property

Summary

UIElement to display at the insertion position. If null and Handled = true, then do not display an insertion indicator.

Syntax

public IControl DropLocationIndicator { get; set; }

Value

Type Description
IControl