Back to Devexpress

OfficeNavigationBar.AllowDrag Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-officenavigationbar-f8512ad2.md

latest1.4 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(false)]
[DXCategory("Behavior")]
public bool AllowDrag { get; set; }
vb
<DefaultValue(False)>
<DXCategory("Behavior")>
Public Property AllowDrag As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

|

See Also

Items

OfficeNavigationBar Class

OfficeNavigationBar Members

DevExpress.XtraBars.Navigation Namespace