ComponentOne DataGrid for WPF and Silverlight
CanUserReorderColumns Property (C1DataGrid)

C1.WPF.DataGrid Namespace > C1DataGrid Class : CanUserReorderColumns Property
Gets or sets a value indicating whether the user is able to reorder columns by dragging the corresponding column header.
Syntax
'Declaration
 
Public Property CanUserReorderColumns As System.Boolean
public System.bool CanUserReorderColumns {get; set;}
Remarks
When the column header is being dragged an indicator will appear to determine the position where the column will be moved to. Dragging a column close to the viewport border will cause the data grid to auto-scroll.
See Also

Reference

C1DataGrid Class
C1DataGrid Members