Skip to main content

NavBarControl.AllowDrop Property

Gets or sets a value that specifies whether the XtraNavBar can accept data that an end-user drags onto it.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v23.2.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation

Declaration

[DefaultValue(true)]
public override bool AllowDrop { get; set; }

Property Value

Type Default Description
Boolean true

true if drag-and-drop operations are allowed in the control; otherwise, false.

See Also