Skip to main content

DataViewBase.AllowMoveColumnToDropArea Property

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.v14.2.Core.dll

#Declaration

[XtraSerializableProperty]
public bool AllowMoveColumnToDropArea { get; set; }

#Property Value

Type Description
Boolean

true to allow an end-user to hide a column by dropping its header outside the View; otherwise, false.

#Remarks

To learn more, see Hiding and Displaying Columns.

See Also