Search
ItemModificationStyle Enumeration
See Also
 





Specifies the way items are processed when modified interactively.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public enum ItemModificationStyle

Visual Basic  Copy Code

Public Enum ItemModificationStyle

 Members

  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.

 Remarks

Assign a value of this enumeration to the ItemModificationStyle property of the Calendar class.

 See Also