Skip to main content

ColumnBase.AllowMoving Property

Gets or sets whether an end-user is allowed to move this column by dragging its header. This is a dependency property.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(true, Handler = "UpdateActualAllowMoving")]
public bool AllowMoving { get; set; }

Property Value

Type Description
Boolean

true, to allow users to move the grid column; otherwise false.

Remarks

Users can reorder columns or move them to the Group Panel with drag-and-drop, if the grid column’s AllowMoving property is true.

See Also