Back to Devexpress

DateNavigator.AllowDrop Property

windowsforms-devexpress-dot-xtrascheduler-dot-datenavigator-f99c91f3.md

latest1.3 KB
Original Source

DateNavigator.AllowDrop Property

Overrides the AllowDrop property.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

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.

|

Remarks

This property is overridden to change the default value to true.

See Also

DateNavigator Class

DateNavigator Members

DevExpress.XtraScheduler Namespace