DataGrid::ColumnReordering Event
.NET Framework (current version)
Occurs before a column moves to a new position in the display order.
Assembly: PresentationFramework (in PresentationFramework.dll)
You can handle this event to customize the visual display of a column header drag operation, or to replace the default drag behavior completely. To customize the appearance of the dragged column header and the drop location indicator, set the DragIndicator and DropLocationIndicator properties. Alternatively, you can set the DragIndicatorStyle and DropLocationIndicatorStyle properties.
.NET Framework
Available since 4.0
Silverlight
Available since 2.0
Available since 4.0
Silverlight
Available since 2.0
Show: