Xceed DataGrid for WPF v7.2 Documentation
AllowColumnReorder Property


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > ColumnManagerRow Class : AllowColumnReorder Property
Gets or sets a value indicating whether the end user can reorder the columns' visible positions.
Syntax
'Declaration
 
Public Property AllowColumnReorder As Boolean
'Usage
 
Dim instance As ColumnManagerRow
Dim value As Boolean
 
instance.AllowColumnReorder = value
 
value = instance.AllowColumnReorder
public bool AllowColumnReorder {get; set;}

Property Value

true if the end user can reorder the columns' visible positions; false otherwise. By default, true.
Remarks
The AllowColumnReorder property only affects end-user interaction and does not prevent the position of columns from being modified programmatically.
Requirements

See Also

Reference

ColumnManagerRow Class
ColumnManagerRow Members