Skip to main content

BandedGridView.IsDraggingState Property

Gets a value indicating whether a View element is currently being dragged.

Namespace: DevExpress.XtraGrid.Views.BandedGrid

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public override bool IsDraggingState { get; }

Property Value

Type Description
Boolean

true if a band header or column header is being dragged; otherwise, false.

Remarks

Use the IsDraggingState property to determine whether the end-user is currently dragging a column header or band header. Note that the property value depends on the BandedGridView.State property value. The IsDraggingState property returns true if the BandedGridView.State property value is either BandedGridState.BandDragging or BandedGridState.ColumnDragging.

See Also