Skip to main content

ColumnBase.ActualAllowMoving Property

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

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public bool ActualAllowMoving { get; }

Property Value

Type Description
Boolean

true if an end-user can move this column; otherwise, false.

Remarks

If the column’s ColumnBase.AllowMoving property is set to ‘Default’, its behavior is controlled by the grid’s DataControlBase.AllowColumnMoving property. In this instance, to determine whether an end-user can actually move this column, use the ActualAllowMoving property.

See Also