PocketPlanner Programmer's Guide

CustomDrawElements Enumeration

See Also

Specifies which elements of the calendar are custom-drawn.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public enum CustomDrawElements

Visual Basic

Public Enumeration CustomDrawElements

 Members

  Member name Description

All

All elements.

CalendarItem

An all day item in a Timetable view, or an item in any other view.

CellContents

The contents of a single cell.

CellHeader

The header of a single cell.

ListViewHeader

The header of a List view.

ListViewHeaderCell

A cell in the header of a List view.

ListViewSubHeader

A subheader of a List view.

ListViewSubHeaderCell

A cell in a subheader of a List view.

MonthContents

The contents of a month cell.

MonthMainHeader

A month main header in MonthRange or SingleMonth view.

MonthRangeHeader

The header in a MonthRange view.

MonthSubHeader

The day of week header in MonthRange or SingleMonth view.

MonthSubHeaderCell

A cell in the day of week header in MonthRange or SingleMonth view.

MonthWeekNumbersHeader

The week numbers header in MonthRange or SingleMonth view.

MonthWeekNumbersHeaderCell

A cell in the week numbers header in MonthRange or SingleMonth view.

None

Do not use custom drawing.

ResourceViewCell

A cell in a Resource view. If the view style is Lanes this enumeration value indicates a cell in each individual lane.

ResourceViewCellComplete

A cell in a Resource view. If the view style is Lanes this enumeration value indicates a cell that encompasses all lanes for the associated Resource.

ResourceViewItem

An item in a Resource view.

ResourceViewRowHeader

The header of a Resource view row.

ResourceViewTimeline

A timeline of a Resource view.

ResourceViewTimelineCell

A cell of a timeline in a Resource view.

ScheduleItem

A non all-day item in a Timetable view. For all-day items, the CalendarItem value is specified.

TimetableCell

A cell in a Timetable view.

TimetableColumnHeader

A column header in a Timetable view.

TimetableGroupHeader

The group header in a Timetable view.

TimetableGroupHeaderCell

A cell of the group header in a Timetable view.

TimetableInfoHeader

The timetable info header. Occurs for each column in the view.

TimetableTimeline

The timeline in a Timetable view. Occurs before the timeline divisions are painted.

TimetableTimelineCell

A portion of the timeline in a Timetable view.

TimetableTimelineHourCell

An hour cell of the timeline in a Timetable view.

TimetableWholeDayHeader

A whole day portion of the header in a Timetable view. Occurs for each column in the view.

WeekRangeHeader

The header in a WeekRange view.

WeekRangeReferenceHeader

The reference header in a WeekRange view.

WeekRangeSubHeader

The day of week header in a WeekRange view.

WeekRangeSubHeaderCell

A cell in the day of week header in a WeekRange view.

 See Also