Back to Devexpress

TableView.AllowChangeColumnParent Property

wpf-devexpress-dot-xpf-dot-grid-dot-tableview-26ebbf49.md

latest1.7 KB
Original Source

TableView.AllowChangeColumnParent Property

Gets or sets whether users can drag columns between bands. This is a dependency property.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public bool AllowChangeColumnParent { get; set; }
vb
Public Property AllowChangeColumnParent As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true to allow users to drag columns between bands; otherwise, false.

|

Remarks

Users can move columns to another parent band if the view’s AllowChangeColumnParent property is set to true.

The AllowChangeColumnParent property has no effect if the column’s BaseColumn.AllowMoving property is set to false.

See Also

Bands

AllowMoving

AllowColumnMoving

TableView Class

TableView Members

DevExpress.Xpf.Grid Namespace