Gets or sets how the calendar responds to users touching and dragging over empty cells.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public DragBehavior DragBehavior { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property DragBehavior As DragBehavior |
A member of the DragBehavior enumeration. The default is Select.
See Also