Back to Devexpress

PivotGridControl.IsDragging Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridcontrol-0ab421c4.md

latest1.1 KB
Original Source

PivotGridControl.IsDragging Property

Indicates whether a field header is being dragged by a user.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
[Browsable(false)]
public bool IsDragging { get; }
vb
<Browsable(False)>
Public ReadOnly Property IsDragging As Boolean

Property Value

TypeDescription
Boolean

true if a user drags a field header; otherwise, false.

|

See Also

PivotGridControl Class

PivotGridControl Members

DevExpress.XtraPivotGrid Namespace