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

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.v21.2.dll

NuGet Packages: DevExpress.Win.Design, 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