Search
Calendar.DragItemsOnDisabledAreas Property
See Also
 






Gets or sets a value indicating whether to update the position of items dragged over areas which do not allow items.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public bool DragItemsOnDisabledAreas { get; set; }

Visual Basic  Copy Code

Public Property DragItemsOnDisabledAreas As Boolean

 Property Value

true to indicate that the modified items will follow the cursor over areas which do not allow items; otherwise, false.

 See Also