MindFusion.Scheduling for Silverlight Programmer's Guide
DataGrid.AllowColumnReorder Property
See Also
 





Gets or sets a value indicating whether columns in this header can be reordered interactively. This is a dependency property.

Namespace: MindFusion.DataViews.Silverlight
Assembly: MindFusion.DataViews.Silverlight

 Syntax

C#  Copy Code

public bool AllowColumnReorder { get; set; }

Visual Basic  Copy Code

Public Property AllowColumnReorder As Boolean

 Property Value

true to allow interactive reordering; otherwise, false. The default is false.

 See Also

DataGrid Members
DataGrid Class
MindFusion.DataViews.Silverlight Namespace