Gets or sets whether an end-user can hide a column by dropping its header outside the column header panel or Group Panel. This is a dependency property.
Namespace:DevExpress.Xpf.Grid
Assembly:DevExpress.Xpf.Grid.v19.2.Core.dll

Syntax
C# |
public bool AllowMoveColumnToDropArea { get; set; }
|
VB |
Public Property AllowMoveColumnToDropArea As Boolean
|
Property value
Type: Boolean
true to allow an end-user to hide a column by dropping its header outside the View; otherwise, false.

Remarks

See Also