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.v19.1.dll

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