PocketPlanner Programmer's Guide

WeekRangeHeaderStyle Enumeration

See Also

Specifies the appearance of the time period header in WeekRange view.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public enum WeekRangeHeaderStyle

Visual Basic

Public Enumeration WeekRangeHeaderStyle

 Members

  Member name Description

None

There isn't a header displayed.

Reference

The header displays the name of the associated contact, resource, location or task. This flag is valid only if grouping is enabled.

Title

The header displays the start and end dates specified in the WeekRangeSettings object.

Unspecified

Unspecified.

 See Also