The BeforeCellRenderEventArgs type exposes the following members.
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 | |
|---|---|---|
| Areas | ||
| 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 of the cell.
| |
| End |
Ending time of the cell. Read-only.
| |
| Html |
Inner HTML of the event (use it to rewrite the default content).
| |
| InnerHTML | Obsolete.
Inner HTML of the event (use it to rewrite the default content). Obsolete. Use .Html instead.
| |
| 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.
| |
| ResourceId |
Id of the parent column. Read-only.
| |
| Start |
Starting time of the cell. Read-only.
|