PocketPlanner Programmer's Guide

MonthRangeHeaderStyles Enumeration

See Also

Specifies the appearance and behavior of the header in a MonthRange view.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public enum MonthRangeHeaderStyles

Visual Basic

Public Enumeration MonthRangeHeaderStyles

 Members

  Member name Description

Buttons

The header displays buttons that can be used to scroll to previous and following moths.

None

The header is not displayed.

Title

The header displays the start and end dates.

Unspecified

Unspecified.

 See Also