DataGridColumn.CanUserReorder Property

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Gets or sets a value that indicates whether the user can change the column display position by dragging the column header.

Namespace:  System.Windows.Controls
Assembly:  System.Windows.Controls.Data (in System.Windows.Controls.Data.dll)

Syntax

'Declaration
Public Property CanUserReorder As Boolean
public bool CanUserReorder { get; set; }
<sdk:dataGridColumn CanUserReorder="bool"/>

XAML Values

Property Value

Type: System.Boolean
true if the user can drag the column header to a new position; otherwise, false. The default is the current DataGrid.CanUserReorderColumns property value.

Remarks

If the DataGridColumn.CanUserReorder property and the DataGrid.CanUserReorderColumns property are both set, a value of false will take precedence over a value of true.

Version Information

Silverlight

Supported in: 5, 4, 3

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.