PocketPlanner Programmer's Guide

CalendarElement Enumeration

See Also

Specifies a calendar subelement.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public enum CalendarElement

Visual Basic

Public Enumeration CalendarElement

 Members

  Member name Description

Cell

A cell in a SingleMonth, MonthRange, WeekRange or List view.

MonthWeek

The week header in a SingleMonth and MonthRange view.

ResourceViewBottomTimeline

The bottom timeline in a Resource view.

ResourceViewCell

A cell in a Resource view.

ResourceViewHeader

The row header in a Resource view.

ResourceViewMiddleTimeline

The middle timeline in a Resource view.

ResourceViewTopTimeline

The topmost timeline in a Resource view.

TimetableCell

A cell in a Timetable view.

TimetableColumnHeader

The header of a Timetable view column. This might be the header displaying the column date, if no grouping is enabled, or the header displaying the referenced contact or location if grouping is enabled.

TimetableDayHeader

The all-day header in a Timetable view.

TimetableGroupHeader

The group header in a Timetable view. Only available when grouping is enabled.

TimetableInfoHeader

The info header in a Timetable view.

TimetableTimeline

The timeline in a Timetable view.

 See Also