PocketPlanner Programmer's Guide

Calendar.ItemModificationStyle Property

See Also

Gets or sets a value indicating the way items are processed when modified interactively.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public ItemModificationStyle ItemModificationStyle { get; set; }

Visual Basic

Public Property ItemModificationStyle As ItemModificationStyle

 Property Value

A member of the ItemModificationStyle enumeration. The default is InPlace.

 See Also