Back to Devexpress

PivotGridField.AllowDrag Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridfield-b1b039b8.md

latest1.6 KB
Original Source

PivotGridField.AllowDrag Property

Gets or sets whether an end-user is allowed to drag the Field Header. This is a dependency property.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

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

Property Value

TypeDescription
Nullable<Boolean>

true if end-users are allowed to drag the field’s header; otherwise, false.

|

See Also

AllowDrag

Area

AreaIndex

SetAreaPosition(FieldArea, Int32)

PivotGridField Class

PivotGridField Members

DevExpress.Xpf.PivotGrid Namespace