DataGridColumnCanUserReorder 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) Version: 11.3.999
public bool CanUserReorder { 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.

See Also