Back to Devexpress

BarManager.IsDragging Property

windowsforms-devexpress-dot-xtrabars-dot-barmanager-8965de1a.md

latest1.1 KB
Original Source

BarManager.IsDragging Property

Gets or sets a value indicating whether an item link is being dragged.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
Boolean

true if an item link is being dragged; otherwise, false.

|

See Also

BarManager Class

BarManager Members

DevExpress.XtraBars Namespace