DataGrid::ColumnDisplayIndexChanged Event
.NET Framework (current version)
Occurs when the DisplayIndex property on one of the columns changes.
Assembly: PresentationFramework (in PresentationFramework.dll)
The DisplayIndex property of a DataGridColumn can be changed programmatically or when a user moves a column by dragging the header. Users can change the column order by dragging column headers only if the CanUserReorderColumns property is true.
If the DisplayIndex of a column changes, the DisplayIndex of all columns to the right of the column in the DataGrid are also changed.
.NET Framework
Available since 4.0
Silverlight
Available since 2.0
Available since 4.0
Silverlight
Available since 2.0
Show: