Skip to main content

OfficeNavigationBar.AllowDrag Property

Gets or sets whether items can be rearranged by an end-user using drag-and-drop.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(false)]
[DXCategory("Behavior")]
public bool AllowDrag { get; set; }

Property Value

Type Default Description
Boolean false

true if items can be rearranged by an end-user using drag-and-drop; otherwise, false.

See Also