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

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

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