BarManager.AllowMoveBarOnToolbar Property
Gets or sets a value indicating whether bar movement within the toolbar area is allowed.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
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