ColumnBase.AllowMoving Property
In This Article
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
#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