Back to Devexpress

NavBarControl.AllowDrop Property

windowsforms-devexpress-dot-xtranavbar-dot-navbarcontrol-01cf91c7.md

latest1.2 KB
Original Source

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

NuGet Package : DevExpress.Win

Declaration

csharp
[DefaultValue(true)]
public override bool AllowDrop { get; set; }
vb
<DefaultValue(True)>
Public Overrides Property AllowDrop As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

|

See Also

NavBarControl Class

NavBarControl Members

DevExpress.XtraNavBar Namespace