CodeCharge Studio

CurrentStyle Run-Time Property (PHP)

Applies to

Calendar Form

Type

string

Access

read/write

Syntax

object->CurrentStyle [= value]

Description

Contains the calendar style of the currently processed block.

Note: The value of this property can be modified in the Before Show Day, Before Show Week, Before Show Month, and Before Show events.

Examples

The following example shows how to change style.

$Calendar1->CurrentStyle = "class = 'CellWithBlackText'";

See also

CalendarStyles property


On-line, printable versions and updates