CanUserReorder Property
Gets or sets a value that indicates whether the user can change the column display position by dragging the column header.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll)
- C#
- VB
- F#
public bool CanUserReorder { get; set; }
Public Property CanUserReorder As Boolean
Get
Set
member CanUserReorder : bool with get, set
Return Value
Boolean
true if the user can drag the column header to a new position; otherwise, false. The default is the current CanUserReorderColumns property value.