Gets or sets a value indicating whether the end user can reorder the columns' visible positions.
public bool AllowColumnReorder {get; set;}
'Declaration
Public Property AllowColumnReorder As Boolean
'Usage
Dim instance As ColumnManagerRow
Dim value As Boolean
instance.AllowColumnReorder = value
value = instance.AllowColumnReorder
Property Value
true if the end user can reorder the columns' visible positions;
false otherwise. By default,
true.