PocketPlanner Programmer's Guide

Calendar.ItemSettings Property

See Also

Gets the ItemSettings object used to customize the visualization of schedule items in all calendar views.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public ItemSettings ItemSettings { get; }

Visual Basic

Public ReadOnly Property ItemSettings As ItemSettings

 Property Value

An instance of the ItemSettings class.

 See Also