Specifies the way items are processed when modified interactively.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
C#
![]() |
---|
public enum ItemModificationStyle |
Visual Basic
![]() |
---|
Public Enum ItemModificationStyle |
Member name | Description | |
---|---|---|
![]() |
Black |
A semi-transparent black rectangle is rendered at the drop location. The item layout remains unchanged until the modified items are actually dropped. |
![]() |
DashOutline |
A dashed outline of the modified items is rendered at the drop location. The item layout remains unchanged until the modified items are actually dropped. |
![]() |
InPlace |
The items are dragged when modified. The item layout is rearranged during the modification. |
![]() |
SolidOutline |
A solid outline of the modified items is rendered at the drop location. The item layout remains unchanged until the modified items are actually dropped. |
![]() |
Transparent |
A transparent image of the modified items is rendered at the drop location. The item layout remains unchanged until the items are actually dropped. |
Assign a value of this enumeration to the ItemModificationStyle property of the Calendar class.