The BeforeCellRenderEventArgs type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| BackgroundColor |
Background color of the cell, e.g. "#FF0000", "blue".
| |
| CssClass |
CSS class to be applied to the cell. Remember that it will be prefixed with DayPilotMonth.CssClassPrefix.
| |
| End |
Ending time of the cell. Read-only.
| |
| HeaderBackColor |
Background color of the cell header.
| |
| HeaderText |
Text in the cell header.
| |
| IsBusiness |
Overrides the default rule for determining if the cell is within business hours. It affects background color of the cell, but only if BackgroundColor property is not changed.
| |
| Start |
Starting time of the cell. Read-only.
|