Gets or sets a value indicating whether the user can initiate a drag operation within the control.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
C#
![]() |
---|
public bool AllowDrag { get; set; } |
Visual Basic
![]() |
---|
Public Property AllowDrag As Boolean |
true, to enable dragging within the control; otherwise, false. The default is true.
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.