Back to Devexpress

SchedulerControl.AllowDrop Property

windowsforms-devexpress-dot-xtrascheduler-dot-schedulercontrol-1b8235b9.md

latest1.5 KB
Original Source

SchedulerControl.AllowDrop Property

Overrides the AllowDrop property.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[Browsable(false)]
[DefaultValue(true)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override bool AllowDrop { get; set; }
vb
<DefaultValue(True)>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
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

SchedulerControl Class

SchedulerControl Members

DevExpress.XtraScheduler Namespace