Skip to main content
Bar

BarManager.IsDocking Property

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

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public virtual bool IsDocking { get; }

Property Value

Type Description
Boolean

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

See Also