CodeCharge Studio

CalendarStyles Run-Time Property (ASP)

Applies to

Calendar Form

Type

dictionary

Access

read/write

Syntax

object.CalendarStyles

Description

Contains the calendar styles that depend on the builder settings.

Note: This property can be modified in the Before Show event.

Examples

The following example shows how to change some styles.
Calendar1.CalendarStyles("Day") = "class = 'CellWithBlackText'";
Calendar1.CalendarStyles("Today") = "class = 'CellWithRedText'";

See also

CurrentStyle property


On-line, printable versions and updates