Skip to main content

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)

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

Reference

DataGridColumn Class
Avalonia.Controls Namespace