DataGridColumnCanUserReorder Property
Gets or sets a value that indicates whether the user can change the column display position by
dragging the column header.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
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.