Xceed DataGrid for Silverlight Documentation
AllowColumnReorder Property (ColumnManagerRow)


Gets or sets a value indicating whether columns can be reordered by the end user.
Syntax
'Declaration
 
Public Property AllowColumnReorder As Nullable(Of Boolean)
'Usage
 
Dim instance As ColumnManagerRow
Dim value As Nullable(Of Boolean)
 
instance.AllowColumnReorder = value
 
value = instance.AllowColumnReorder
public Nullable<bool> AllowColumnReorder {get; set;}

Property Value

true if columns can be reordered by the end user (default); false otherwise. By default, true. If a null reference (Nothing in Visual Basic), the value will be inherited from the parent grid's AllowColumnReorder property.
Remarks
The AllowColumnReorder property only affects end-user interaction and does not prevent the position of columns from being modified programmatically.
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

ColumnManagerRow Class
ColumnManagerRow Members

Send Feedback