Specifies the behavior of the calendar when the user touches and drags inside it.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C#
![]() |
---|
public enum DragBehavior |
Visual Basic
![]() |
---|
Public Enum DragBehavior |
Member name | Description | |
---|---|---|
![]() |
CreateItem |
The user creates items when dragging. |
![]() |
Nothing |
The user does nothing when dragging. |
![]() |
Scroll |
The user performs scrolling when dragging. |
![]() |
ScrollOnly |
The user performs scorlling when draggig regardless of whether the user tapped on an item or an empty space. |
![]() |
Select |
The user selects cell when dragging. |
Members of this enumeration can be assigned to the DragBehavior property.