Gets or sets a value indicating whether columns in this header can be reordered interactively. This is a dependency property.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public bool AllowColumnReorder { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property AllowColumnReorder As Boolean |
true to allow interactive reordering; otherwise, false. The default is false.
See Also