Back to Devexpress

PivotAreaChangingEventArgs.Allow Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotareachangingeventargs-10e6c0e9.md

latest1.2 KB
Original Source

PivotAreaChangingEventArgs.Allow Property

Gets or sets whether the dragged field header can be dropped on the area it’s currently located over.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

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

Property Value

TypeDescription
Boolean

true to allow the operation; otherwise, false.

|

See Also

PivotAreaChangingEventArgs Class

PivotAreaChangingEventArgs Members

DevExpress.XtraPivotGrid Namespace