CanUserReorderColumns 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)
- C#
- VB
- F#
public bool CanUserReorderColumns { get; set; }
Public Property CanUserReorderColumns As Boolean
Get
Set
member CanUserReorderColumns : bool with get, set