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.v24.1.dll
NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true | true if drag-and-drop operations are allowed in the control; otherwise, false. |
See Also