The BeforeCellRenderEventArgs type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| BeforeCellRenderEventArgs | Initializes a new instance of the BeforeCellRenderEventArgs class |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| BackgroundColor |
Background color of the cell, e.g. "#FF0000", "blue".
| |
| BackgroundImage |
Url of the background image.
| |
| BackgroundRepeat |
Background-repeat style for the BackgroundImage (e.g. "repeat-x").
| |
| 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.
| |
| HeaderHTML |
Text in the cell header.
| |
| HeaderText | Obsolete.
Text in the cell header.
| |
| InnerHTML |
HTML to be placed inside the cell.
| |
| 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.
|