Skip to main content
A newer version of this page is available. .

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.v19.1.Core.dll

Declaration

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 and Bands.

See Also