Search
Calendar.AllowDrag Property
See Also
 





Gets or sets a value indicating whether the user can initiate a drag operation within the control.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public bool AllowDrag { get; set; }

Visual Basic  Copy Code

Public Property AllowDrag As Boolean

 Property Value

true, to enable dragging within the control; otherwise, false. The default is true.

 Remarks

Dragging can be initiated within the control when the user holds down the ItemDragKey, clicks on an item and starts dragging. By settings this property to false, you can effectively disable this.

 See Also