DataGridCanUserReorderColumns Property

Gets or sets a value that indicates whether the user can change the column display order by dragging column headers with the mouse.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
public bool CanUserReorderColumns { get; set; }

Property Value

Boolean

See Also