PocketPlanner Programmer's Guide

DayOfWeekStyle.AllowItems Property

See Also

Gets or sets a value indicating whether the calendar cell for the specified day allows items to be placed or created in it interactively.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public bool AllowItems { get; set; }

Visual Basic

Public Property AllowItems As Boolean

 Property Value

true to let users place schedule items in the specified cells; otherwise, false. The default is false.

 See Also