Gets or sets a value indicating whether the user can initiate a drag operation within the control.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
SyntaxC#
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.
RemarksDragging 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