Back to Devexpress

BarManager.DockingEnabled Property

windowsforms-devexpress-dot-xtrabars-dot-barmanager-144230fc.md

latest1.4 KB
Original Source

BarManager.DockingEnabled Property

Gets or sets a value indicating whether the BarManager component allows bar docking.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Behavior")]
public virtual bool DockingEnabled { get; set; }
vb
<DefaultValue(True)>
<DXCategory("Behavior")>
Public Overridable Property DockingEnabled As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if the BarManager component allows bar docking; otherwise, false.

|

Remarks

Setting the DockingEnabled property to false destroys all existing bars.

See Also

BarManager Class

BarManager Members

DevExpress.XtraBars Namespace