Skip to main content
A newer version of this page is available. .
Bar

BarManager.IsDocking Property

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

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

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

Property Value

Type Description
Boolean

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

See Also