DataGridColumn::CanUserReorder Property
.NET Framework (current version)
Gets or sets a value that indicates whether the user can change the column display position by dragging the column header.
Assembly: PresentationFramework (in PresentationFramework.dll)
Property Value
Type: System::Booleantrue if the user can drag the column header to a new position; otherwise, false. The registered default is true. For information about what can influence the value, see DependencyProperty.
You can set this reorder behavior for all columns by setting the DataGrid::CanUserReorderColumns property. If the DataGridColumn::CanUserReorder property and the DataGrid::CanUserReorderColumns property are both set, a value of false takes precedence over a value of true.
.NET Framework
Available since 4.0
Silverlight
Available since 2.0
Available since 4.0
Silverlight
Available since 2.0
Show: