DataGridColumn.CanUserReorder Property

Definition

Gets or sets a value indicating whether the user can change the column display position by dragging the column header.

public bool CanUserReorder { get; set; }
member this.CanUserReorder : bool with get, set
Public Property CanUserReorder As Boolean

Property Value

true if the user can drag the column header to a new position; otherwise, false. The default is the current CanUserReorderColumns property value.

Applies to