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# Copy Code |
---|
public bool AllowDrag { get; set; } |
Visual Basic Copy Code |
---|
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.
MindFusion.Scheduling Programmer's Guide | © 2023 MindFusion |