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

BarManager.AllowMoveBarOnToolbar Property

Gets or sets a value indicating whether bar movement within the toolbar area is allowed.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[DefaultValue(true)]
[DXCategory("Behavior")]
public bool AllowMoveBarOnToolbar { get; set; }

Property Value

Type Default Description
Boolean **true**

true, if bar movement within the toolbar area is allowed; otherwise false.

See Also