Back to Devexpress

BarManager.IsDocking Property

windowsforms-devexpress-dot-xtrabars-dot-barmanager-868d8d5f.md

latest1.1 KB
Original Source

BarManager.IsDocking Property

Gets or sets a value indicating whether a bar is being dragged.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
Boolean

true if a bar is being dragged; otherwise, false.

|

See Also

BarManager Class

BarManager Members

DevExpress.XtraBars Namespace