MonthCalendar.Mode

Syntax

Mode: PP.MonthCalendarMode

Description

The Mode property sets the calendar display mode.

Comments

The elements of the PP.MonthCalendar.Mode enumeration are the values of the property.

The 0 value is set by default that is the calendar is displayed in the days mode.

Example

To execute the example, create the MonthCalendar component (see href="../../components/monthcalendar/example_monthcalendar.htm">Example of Creating the MonthCalendar Component). In component properties set calendar display mode:

Mode: 1

After executing the example the calendar is displayed in the weeks mode:

See also:

MonthCalendar